diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-23 07:18:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-23 07:18:17 +0000 |
commit | 766f12cd1d75aee1e393550d99c4956e0bee2629 (patch) | |
tree | 148bf3b5ddff127370d4b70d350ac793cbacb86f | |
parent | f5b322e01e127c60789ee34e5bec9712fcc57c35 (diff) | |
download | master-187ad058-766f12cd1d75aee1e393550d99c4956e0bee2629.tar.gz master-187ad058-766f12cd1d75aee1e393550d99c4956e0bee2629.tar.bz2 master-187ad058-766f12cd1d75aee1e393550d99c4956e0bee2629.zip |
Enabled IXP4xx beeper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8120 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 3b949cef77..81c1383678 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -170,6 +170,7 @@ CONFIG_I2C_IXP4XX=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_INPUT=m +CONFIG_INPUT_IXP4XX_BEEPER=m # CONFIG_IP6_NF_MANGLE is not set # CONFIG_IP6_NF_MATCH_EUI64 is not set # CONFIG_IP6_NF_MATCH_FRAG is not set |