mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: register the NAND controller device on the RB2011
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33388 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/arch/mips/ath79/Kconfig
|
||||
+++ b/arch/mips/ath79/Kconfig
|
||||
@@ -335,6 +335,11 @@ config ATH79_MACH_RB750
|
||||
@@ -335,6 +335,12 @@ config ATH79_MACH_RB750
|
||||
select ATH79_ROUTERBOOT
|
||||
select RLE_DECOMPRESS
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
+ bool "MikroTik RouterBOARD 2011 support"
|
||||
+ select SOC_AR934x
|
||||
+ select ATH79_DEV_ETH
|
||||
+ select ATH79_DEV_NFC
|
||||
+
|
||||
config ATH79_MACH_WNDR3700
|
||||
bool "NETGEAR WNDR3700 board support"
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
ATH79_MACH_TEW_632BRP, /* TRENDnet TEW-632BRP */
|
||||
--- a/arch/mips/ath79/Kconfig
|
||||
+++ b/arch/mips/ath79/Kconfig
|
||||
@@ -339,6 +339,8 @@ config ATH79_MACH_RB2011
|
||||
bool "MikroTik RouterBOARD 2011 support"
|
||||
@@ -340,6 +340,8 @@ config ATH79_MACH_RB2011
|
||||
select SOC_AR934x
|
||||
select ATH79_DEV_ETH
|
||||
select ATH79_DEV_NFC
|
||||
+ select ATH79_DEV_WMAC
|
||||
+ select ATH79_ROUTERBOOT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user