OpenWRT Build/Prepare fix

Copy js files to build dir so grunt can use them
Relevant for #307
This commit is contained in:
peteruithoven 2016-05-10 16:06:27 +02:00
parent fbcdaad54a
commit 28ce8ff479
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) js $(PKG_BUILD_DIR)/
$(CP) less $(PKG_BUILD_DIR)/
$(CP) www $(PKG_BUILD_DIR)/
$(CP) Gruntfile.js $(PKG_BUILD_DIR)/