diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-08-27 10:48:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-08-27 10:48:24 +0000 |
commit | 9af6a5a88f01a940451f22bd0dee21fba8d0ba83 (patch) | |
tree | dd3615ebdb1444d429392717f16a56eb0cb59321 /target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch | |
parent | 6c29525f42d2d793c4eef647c023e9afd7af6e35 (diff) | |
download | upstream-9af6a5a88f01a940451f22bd0dee21fba8d0ba83.tar.gz upstream-9af6a5a88f01a940451f22bd0dee21fba8d0ba83.tar.bz2 upstream-9af6a5a88f01a940451f22bd0dee21fba8d0ba83.zip |
ar71xx: don't register USB device on WNDAP360
Apparently registering usb device on newest trunk causes
this AP not to boot...
Since there is no USB socket in that device anyway this
can be simply removed (and device boots then no problem).
[juhosg:
- tweak subject line and description,
- remove #include "dev-usb.h",
- remove 'select ATH79_DEV_USB' from Kconfig]
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37844
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch index b624d4556e..f68630e638 100644 --- a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch @@ -190,7 +190,7 @@ config ATH79_MACH_AP121 bool "Atheros AP121 reference board" select SOC_AR933X -@@ -11,62 +66,654 @@ config ATH79_MACH_AP121 +@@ -11,62 +66,653 @@ config ATH79_MACH_AP121 select ATH79_DEV_M25P80 select ATH79_DEV_USB select ATH79_DEV_WMAC @@ -518,7 +518,6 @@ + select ATH79_DEV_GPIO_BUTTONS + select ATH79_DEV_LEDS_GPIO + select ATH79_DEV_M25P80 -+ select ATH79_DEV_USB + +config ATH79_MACH_WNDR3700 + bool "NETGEAR WNDR3700 board support" @@ -871,7 +870,7 @@ config ATH79_MACH_UBNT_XM bool "Ubiquiti Networks XM/UniFi boards" -@@ -83,6 +730,34 @@ config ATH79_MACH_UBNT_XM +@@ -83,6 +729,34 @@ config ATH79_MACH_UBNT_XM Say 'Y' here if you want your kernel to support the Ubiquiti Networks XM (rev 1.0) board. @@ -906,7 +905,7 @@ endmenu config SOC_AR71XX -@@ -132,7 +807,10 @@ config ATH79_DEV_DSA +@@ -132,7 +806,10 @@ config ATH79_DEV_DSA config ATH79_DEV_ETH def_bool n @@ -918,7 +917,7 @@ def_bool n config ATH79_DEV_GPIO_BUTTONS -@@ -164,4 +842,7 @@ config ATH79_PCI_ATH9K_FIXUP +@@ -164,4 +841,7 @@ config ATH79_PCI_ATH9K_FIXUP config ATH79_ROUTERBOOT def_bool n |