mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
kernel: include firmware in the e100 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26539 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
28304035b1
commit
268ceb4392
@ -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 New Issue
Block a user