diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-04-29 16:18:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-04-29 16:18:51 +0000 |
commit | 18d20f6fe78d5c50285ae8aec2d27a90eaf5f89d (patch) | |
tree | a3d6bb06bac9e5d37b87f3fba05fd92cd21738ce /target | |
parent | 866b6b00cb146b20b309f96098eb567d82f7b990 (diff) | |
download | upstream-18d20f6fe78d5c50285ae8aec2d27a90eaf5f89d.tar.gz upstream-18d20f6fe78d5c50285ae8aec2d27a90eaf5f89d.tar.bz2 upstream-18d20f6fe78d5c50285ae8aec2d27a90eaf5f89d.zip |
[ixp4xx] enable legs-gpio by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10978 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 a9a3ace8a3..e73e947290 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -203,6 +203,7 @@ CONFIG_IXP4XX_WATCHDOG=y # CONFIG_LANMEDIA is not set CONFIG_LEDS_IXP4XX=y CONFIG_LEDS_FSG=y +CONFIG_LEDS_GPIO=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_LIBCRC32C is not set |