[source] brcm47xx: generic: include Ethernet drivers in standard image

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 4 03:49:14 PST 2017


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/2406b3488fb778b76bf86ace3d9796b5ea9e606d

commit 2406b3488fb778b76bf86ace3d9796b5ea9e606d
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Jan 4 12:38:48 2017 +0100

    brcm47xx: generic: include Ethernet drivers in standard image
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/brcm47xx/image/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 0074cf3..1bf577e 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -244,6 +244,11 @@ define Device/linksys-e3000-v1
 endef
 TARGET_DEVICES += linksys-e3000-v1
 
+# generic has Ethernet drivers as modules so overwrite standard image
+define Device/standard
+  DEVICE_TITLE := Image with LZMA loader and LZMA compressed kernel
+  DEVICE_PACKAGES := kmod-b44 kmod-bgmac kmod-tg3
+endef
 TARGET_DEVICES += standard
 endif
 



More information about the lede-commits mailing list