diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-19 21:31:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-19 21:31:48 +0000 |
commit | 408de8588325333aa127661b1de8bb00dd82572b (patch) | |
tree | 081ef28c1c9011ff543237965c774e2d29db2c81 /target/linux/ar71xx/patches-3.3 | |
parent | 0a9832b50de820cc54fcf813d371cafc8cf8cefc (diff) | |
download | upstream-408de8588325333aa127661b1de8bb00dd82572b.tar.gz upstream-408de8588325333aa127661b1de8bb00dd82572b.tar.bz2 upstream-408de8588325333aa127661b1de8bb00dd82572b.zip |
ar71xx: use ap91_pci_init for RB751{,G}
SVN-Revision: 31356
Diffstat (limited to 'target/linux/ar71xx/patches-3.3')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/614-MIPS-ath79-RB751GL-support.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.3/614-MIPS-ath79-RB751GL-support.patch b/target/linux/ar71xx/patches-3.3/614-MIPS-ath79-RB751GL-support.patch index 80689c6a90..14d3a2dc5f 100644 --- a/target/linux/ar71xx/patches-3.3/614-MIPS-ath79-RB751GL-support.patch +++ b/target/linux/ar71xx/patches-3.3/614-MIPS-ath79-RB751GL-support.patch @@ -1,9 +1,10 @@ --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig -@@ -300,6 +300,7 @@ config ATH79_MACH_RB750 +@@ -300,6 +300,8 @@ config ATH79_MACH_RB750 bool "MikroTik RouterBOARD 750 support" select SOC_AR724X select ATH79_DEV_ETH ++ select ATH79_DEV_AP9X_PCI if PCI + select ATH79_DEV_USB config ATH79_MACH_WNDR3700 |