1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 21:00:37 +02:00

move ks7010 firmware to it's package

This commit is contained in:
Xiangfu Liu 2010-12-01 18:22:04 +08:00
parent 5cb8088e19
commit 0403a6a5eb
3 changed files with 5 additions and 0 deletions

View File

@ -37,4 +37,9 @@ define Build/Compile
modules
endef
define KernelPackage/ks7010/install
$(INSTALL_DIR) $(1)/lib/firmware/
$(CP) ./files/* $(1)/lib/firmware/
endef
$(eval $(call KernelPackage,ks7010))