mirror of https://github.com/hak5/openwrt.git
parent
37362df7ea
commit
59a06c71cb
|
@ -94,7 +94,7 @@ define Build/Compile
|
|||
endef
|
||||
|
||||
define Package/base-files$(TARGET)/install
|
||||
$(CP) ./default/* $(1)/
|
||||
$(CP) ./files/* $(1)/
|
||||
if [ -d $(PLATFORM_DIR)/base-files/. ]; then \
|
||||
$(CP) $(PLATFORM_DIR)/base-files/* $(1)/; \
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue