kernel: include firmware in the e100 package
SVN-Revision: 26539
This commit is contained in:
parent
b62cc9ae9b
commit
df49468a51
1 changed files with 7 additions and 0 deletions
|
@ -270,6 +270,13 @@ define KernelPackage/e100/description
|
|||
Kernel modules for Intel(R) PRO/100+ Ethernet adapters.
|
||||
endef
|
||||
|
||||
define KernelPackage/e100/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware/e100
|
||||
$(foreach file,d101m_ucode.bin d101s_ucode.bin d102e_ucode.bin, \
|
||||
$(TARGET_CROSS)objcopy -Iihex -Obinary $(LINUX_DIR)/firmware/e100/$(file).ihex $(1)/lib/firmware/e100/$(file); \
|
||||
)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,e100))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue