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