diff options
author | Andy Boyett <agb@openwrt.org> | 2008-08-02 03:20:09 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-08-02 03:20:09 +0000 |
commit | 6021fcb5bf8aa29c57eafb8ae9fa682642c13c27 (patch) | |
tree | 685cd21bb215b0d7989db0f3762b10ba40ef3a23 /target | |
parent | 1f9b9cb8d10d6c6672e6ec27f122266c06c23cff (diff) | |
download | upstream-6021fcb5bf8aa29c57eafb8ae9fa682642c13c27.tar.gz upstream-6021fcb5bf8aa29c57eafb8ae9fa682642c13c27.tar.bz2 upstream-6021fcb5bf8aa29c57eafb8ae9fa682642c13c27.zip |
[kernel] ixp4xx: disable ixp4xx beeper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 130c95cffe..15c151796e 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -147,6 +147,7 @@ CONFIG_I2C_GPIO=y # CONFIG_IDE is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_INPUT=m +# CONFIG_INPUT_IXP4XX_BEEPER is not set # CONFIG_IP6_NF_MANGLE is not set # CONFIG_IP6_NF_MATCH_EUI64 is not set # CONFIG_IP6_NF_MATCH_FRAG is not set |