diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-10 09:39:56 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-10 09:39:56 +0000 |
commit | 6f6d449030aaf3a448079f03be064d84d09ca5a3 (patch) | |
tree | 787877fa9e2dc819466d22832ac9e8a50bb3fb61 /target/linux/omap35xx | |
parent | 1c1a3a7f9838210a05937d796ef0e35f3a234460 (diff) |
[gumstix] Add stty to default config (required for gumstix bluetooth setup)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx')
-rw-r--r-- | target/linux/omap35xx/gumstix/defconfig.gumstix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/omap35xx/gumstix/defconfig.gumstix b/target/linux/omap35xx/gumstix/defconfig.gumstix index 7e2c5c1df..fb5d0a378 100644 --- a/target/linux/omap35xx/gumstix/defconfig.gumstix +++ b/target/linux/omap35xx/gumstix/defconfig.gumstix @@ -19,4 +19,5 @@ CONFIG_IMAGEOPT=y CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp" CONFIG_UCI_PRECONFIG_network_lan_netmask="" CONFIG_UCI_PRECONFIG_network_lan_ipaddr="" +CONFIG_BUSYBOX_CONFIG_STTY=y |