diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-10 09:39:56 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-10 09:39:56 +0000 |
commit | 59e915b7b68740a2de5dc0ebad7f49bc72f1e98c (patch) | |
tree | 787877fa9e2dc819466d22832ac9e8a50bb3fb61 /target/linux/omap35xx/gumstix | |
parent | b4e77cc8ea139ef0ff7f4d45e58ed550ad19d7c7 (diff) | |
download | upstream-59e915b7b68740a2de5dc0ebad7f49bc72f1e98c.tar.gz upstream-59e915b7b68740a2de5dc0ebad7f49bc72f1e98c.tar.bz2 upstream-59e915b7b68740a2de5dc0ebad7f49bc72f1e98c.zip |
[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/gumstix')
-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 7e2c5c1dfa..fb5d0a3787 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 |