mirror of https://github.com/hak5/openwrt-owl.git
brcm47xx: generic: include Ethernet drivers in standard image
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>owl
parent
5f8e3386e0
commit
2406b3488f
|
@ -244,6 +244,11 @@ define Device/linksys-e3000-v1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += linksys-e3000-v1
|
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
|
TARGET_DEVICES += standard
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue