diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-10 10:09:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-10 10:09:36 +0000 |
commit | ce0f9cb12abe7012e6b140634f36c76a511c415c (patch) | |
tree | ad6b67c29549184eb7001819bc0db8b8038f2fef | |
parent | f45c8e22e8a02041181ce09e58e7eb8be85ff665 (diff) | |
download | upstream-ce0f9cb12abe7012e6b140634f36c76a511c415c.tar.gz upstream-ce0f9cb12abe7012e6b140634f36c76a511c415c.tar.bz2 upstream-ce0f9cb12abe7012e6b140634f36c76a511c415c.zip |
Add missing configuration symbol on CONFIG_INPUT_IXP4XX_BEEPER
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13578 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e7aeecadeb..7215c174f0 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -149,6 +149,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 |