diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-09 16:16:52 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-09 16:16:52 +0000 |
commit | f32805af2d93f25fd4622c4252db1e77be6fc4a5 (patch) | |
tree | 50fca828b1670d914ddf1a61e49c5e3e5369c0af /target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch | |
parent | 510366a90744adfb0701d6adcdf0b185c8042b72 (diff) |
kirkwood: fix Kconfig symbol for NSA-310
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31673 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.3/202-zyxel-nsa-310.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 df7532199..cb842976e 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 |