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 | e1c2416ca88e46a06e5914ade98c3ddd1524acc0 (patch) | |
tree | bdbf22223f75be5f0035211ead27fbb8662ce081 /target/linux/ixp4xx | |
parent | 5dc3098a6cade4e56cde30fcb3eae7de729e1eec (diff) | |
download | upstream-e1c2416ca88e46a06e5914ade98c3ddd1524acc0.tar.gz upstream-e1c2416ca88e46a06e5914ade98c3ddd1524acc0.tar.bz2 upstream-e1c2416ca88e46a06e5914ade98c3ddd1524acc0.zip |
Add missing configuration symbol on CONFIG_INPUT_IXP4XX_BEEPER
SVN-Revision: 13578
Diffstat (limited to 'target/linux/ixp4xx')
-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 |