diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-19 15:55:12 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-19 15:55:12 +0000 |
commit | 04b0603f45850602c5d8787c6e1a7490f163eebb (patch) | |
tree | b035bf625abf6a6aa7f3b9ab57d1b7e80a2b9833 /target/linux/ramips/files/arch/mips/ralink/rt288x | |
parent | a813bfb92b4be32f1d11a2a7c6616ae7379c899c (diff) |
ramips: remove 'default [yn]' keywords from machine Kconfig entries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28054 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig b/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig index 857f4d32b..0fc778830 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig +++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig @@ -4,13 +4,11 @@ menu "Ralink RT288x machine selection" config RT288X_MACH_RT_N15 bool "Asus RT-N15 board support" - default y select RALINK_DEV_GPIO_BUTTONS select RALINK_DEV_GPIO_LEDS config RT288X_MACH_WZR_AGL300NH bool "Buffalo WZR-AGL300NH board support" - default y select RALINK_DEV_GPIO_LEDS endmenu |