move two functions from broadcom.sh to /sbin/wifi
[openwrt.git] / package / base-files / Makefile
index 9f6da3b..f778219 100644 (file)
@@ -143,6 +143,9 @@ endef
 
 define Package/base-files$(TARGET)/install
        $(CP) ./default/* $(1)/
+       if [ -d $(BOARD) ]; then \
+               $(CP) $(BOARD)/* $(1)/; \
+       fi
        if [ -d $(BOARD)-$(KERNEL) ]; then \
                $(CP) $(BOARD)-$(KERNEL)/* $(1)/; \
        fi
This page took 0.023199 seconds and 4 git commands to generate.