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 | fb5930b0346868e8351f96bc17f5790af6b00e38 (patch) | |
tree | 3c015276ed7aed9c7e17e570e117dbe1e231570e /target/linux/ar71xx/patches-3.3 | |
parent | 00d31059237056f6efee9a51e888827bd1e3be65 (diff) | |
download | upstream-fb5930b0346868e8351f96bc17f5790af6b00e38.tar.gz upstream-fb5930b0346868e8351f96bc17f5790af6b00e38.tar.bz2 upstream-fb5930b0346868e8351f96bc17f5790af6b00e38.zip |
ar71xx: use ap91_pci_init for RB751{,G}
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31356 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |