diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:13:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:13:00 +0000 |
commit | 44e0ac47f47cc971ee632356a67dee37bb75f627 (patch) | |
tree | 41968e70623b180c3a55c39dd9d10b3b31ae9e16 /target/linux/ixp4xx | |
parent | d6ced93638d2660ab7dc3e82a257f5f5a77e9d2c (diff) | |
download | upstream-44e0ac47f47cc971ee632356a67dee37bb75f627.tar.gz upstream-44e0ac47f47cc971ee632356a67dee37bb75f627.tar.bz2 upstream-44e0ac47f47cc971ee632356a67dee37bb75f627.zip |
rfkill config cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16471 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-default | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/config-2.6.27 b/target/linux/ixp4xx/config-2.6.27 index ee226e7c66..223b30ae7c 100644 --- a/target/linux/ixp4xx/config-2.6.27 +++ b/target/linux/ixp4xx/config-2.6.27 @@ -175,7 +175,6 @@ CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PCI=y CONFIG_PCI_SYSCALL=y # CONFIG_R6040 is not set -CONFIG_RFKILL_LEDS=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1672=y CONFIG_RTC_DRV_ISL1208=y diff --git a/target/linux/ixp4xx/config-2.6.28 b/target/linux/ixp4xx/config-2.6.28 index 4360a4c8de..9807446614 100644 --- a/target/linux/ixp4xx/config-2.6.28 +++ b/target/linux/ixp4xx/config-2.6.28 @@ -178,7 +178,6 @@ CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PCI=y CONFIG_PCI_SYSCALL=y # CONFIG_R6040 is not set -CONFIG_RFKILL_LEDS=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1672=y CONFIG_RTC_DRV_ISL1208=y diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 9c48b880f3..d1e1656986 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -208,7 +208,6 @@ CONFIG_PCI=y CONFIG_PCI_SYSCALL=y # CONFIG_PRISM54 is not set # CONFIG_R6040 is not set -CONFIG_RFKILL_LEDS=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1672=y CONFIG_RTC_DRV_ISL1208=y |