From: Rafał Miłecki Date: Wed, 4 Jan 2017 11:38:48 +0000 (+0100) Subject: brcm47xx: generic: include Ethernet drivers in standard image X-Git-Tag: v17.01.0-rc1~286 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2406b3488fb778b76bf86ace3d9796b5ea9e606d brcm47xx: generic: include Ethernet drivers in standard image Signed-off-by: Rafał Miłecki --- diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 0074cf3edd..1bf577e159 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