aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-09 16:16:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-09 16:16:52 +0000
commit61a2f3d923060b12ad82949f98382f9fc47e3853 (patch)
tree50fca828b1670d914ddf1a61e49c5e3e5369c0af
parent5c60980c615275f170270be29196754e23211e91 (diff)
downloadmaster-187ad058-61a2f3d923060b12ad82949f98382f9fc47e3853.tar.gz
master-187ad058-61a2f3d923060b12ad82949f98382f9fc47e3853.tar.bz2
master-187ad058-61a2f3d923060b12ad82949f98382f9fc47e3853.zip
kirkwood: fix Kconfig symbol for NSA-310
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31673 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/kirkwood/config-3.32
-rw-r--r--target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/kirkwood/config-3.3 b/target/linux/kirkwood/config-3.3
index 8174925da3..7cd2d0aece 100644
--- a/target/linux/kirkwood/config-3.3
+++ b/target/linux/kirkwood/config-3.3
@@ -112,7 +112,7 @@ CONFIG_MACH_NAS6210=y
# CONFIG_MACH_NET5BIG_V2 is not set
# CONFIG_MACH_NETSPACE_MAX_V2 is not set
# CONFIG_MACH_NETSPACE_V2 is not set
-CONFIG_MACH_NSA_310=y
+CONFIG_MACH_NSA310=y
CONFIG_MACH_OPENRD=y
CONFIG_MACH_OPENRD_BASE=y
CONFIG_MACH_OPENRD_CLIENT=y
diff --git a/target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch b/target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch
index df7532199a..cb842976e7 100644
--- a/target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch
+++ b/target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch
@@ -4,7 +4,7 @@
Say 'Y' here if you want your kernel to support the
RaidSonic ICY BOX IB-NAS6210 device.
-+config MACH_NSA_310
++config MACH_NSA310
+ bool "ZyXEL NSA-310"
+ help
+ Say 'Y' here if you want your kernel to support the
@@ -19,7 +19,7 @@
obj-$(CONFIG_MACH_NET5BIG_V2) += netxbig_v2-setup.o lacie_v2-common.o
obj-$(CONFIG_MACH_T5325) += t5325-setup.o
obj-$(CONFIG_MACH_NAS6210) += nas6210-setup.o
-+obj-$(CONFIG_MACH_NSA_310) += nsa-310-setup.o
++obj-$(CONFIG_MACH_NSA310) += nsa-310-setup.o
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
--- /dev/null