projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa8628
)
ar71xx: Netgear WNR2000v4: do not include USB packages [17.01]
author
Stijn Segers
<foss@volatilesystems.org>
Sat, 13 Jan 2018 16:18:21 +0000
(17:18 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Sat, 13 Jan 2018 16:47:23 +0000
(17:47 +0100)
The Netgear WNR2000v4 does not have a USB port. Hence, including USB packages into the default images is useless.
It looks like the WNR2000v4 definition in master is OK.
v2 fixes the silly typo in the patch title (WNR2000v4 instead of WNR200v4)
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
target/linux/ar71xx/image/legacy-devices.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/legacy-devices.mk
b/target/linux/ar71xx/image/legacy-devices.mk
index 87423ce55ccbdcf10136dfd41c82bee26647def5..6667bef97e78aa5f0684f2e9b12015994f8b743a 100644
(file)
--- a/
target/linux/ar71xx/image/legacy-devices.mk
+++ b/
target/linux/ar71xx/image/legacy-devices.mk
@@
-440,7
+440,6
@@
LEGACY_DEVICES += WNR2000V3
define LegacyDevice/WNR2000V4
DEVICE_TITLE := NETGEAR WNR2000V4
- DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
endef
LEGACY_DEVICES += WNR2000V4