diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-01-04 11:54:44 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-01-04 11:55:45 +0100 |
commit | b138e690e528b7033c4dc4ec095066920b8a24e4 (patch) | |
tree | f87f3582a4a5a7cb57a62eeef667b1716e277900 /target/linux/brcm47xx | |
parent | 11c41a0ea9bbb63d0ecb007445ec81f0dbc3eec7 (diff) | |
download | upstream-b138e690e528b7033c4dc4ec095066920b8a24e4.tar.gz upstream-b138e690e528b7033c4dc4ec095066920b8a24e4.tar.bz2 upstream-b138e690e528b7033c4dc4ec095066920b8a24e4.zip |
brcm47xx: generic: specify DEVICE_PACKAGES for all devices
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 7b5e00dee2..0074cf3edd 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -191,6 +191,7 @@ ifeq ($(SUBTARGET),generic) # BCM4705 with tg3 define Device/linksys-wrt300n-v1.1 DEVICE_TITLE := Linksys WRT300N v1.1 + DEVICE_PACKAGES := kmod-tg3 kmod-b43 $(Device/linksys) DEVICE_ID := EWC2 VERSION := 1.51.2 @@ -199,6 +200,7 @@ TARGET_DEVICES += linksys-wrt300n-v1.1 define Device/linksys-wrt310n-v1 DEVICE_TITLE := Linksys WRT310N v1 + DEVICE_PACKAGES := kmod-tg3 kmod-b43 $(Device/linksys) DEVICE_ID := 310N VERSION := 1.0.10 @@ -207,6 +209,7 @@ TARGET_DEVICES += linksys-wrt310n-v1 define Device/linksys-wrt350n-v1 DEVICE_TITLE := Linksys WRT350N v1 + DEVICE_PACKAGES := kmod-tg3 kmod-b43 $(USB2_PACKAGES) $(Device/linksys) DEVICE_ID := EWCG VERSION := 1.04.1 @@ -215,6 +218,7 @@ TARGET_DEVICES += linksys-wrt350n-v1 define Device/linksys-wrt610n-v1 DEVICE_TITLE := Linksys WRT610N v1 + DEVICE_PACKAGES := kmod-tg3 kmod-b43 $(USB2_PACKAGES) $(Device/linksys) DEVICE_ID := 610N VERSION := 1.0.1 @@ -224,6 +228,7 @@ TARGET_DEVICES += linksys-wrt610n-v1 # BCMA SoC with SSB WiFi define Device/linksys-wrt610n-v2 DEVICE_TITLE := Linksys WRT610N v2 + DEVICE_PACKAGES := kmod-bgmac kmod-b43 $(USB2_PACKAGES) $(Device/linksys) DEVICE_ID := 610N VERSION := 2.0.0 @@ -232,6 +237,7 @@ TARGET_DEVICES += linksys-wrt610n-v2 define Device/linksys-e3000-v1 DEVICE_TITLE := Linksys E3000 v1 + DEVICE_PACKAGES := kmod-bgmac kmod-b43 $(USB2_PACKAGES) $(Device/linksys) DEVICE_ID := 61XN VERSION := 1.0.3 |