move ks7010 firmware to it's package

This commit is contained in:
Xiangfu Liu
2011-02-11 05:24:59 -08:00
parent 5e88f12148
commit e4572e753b
3 changed files with 5 additions and 0 deletions
+5
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))