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 | 42986e14fcc669dec94bd6f724e1ab7453cf04f5 (patch) | |
tree | f8046deec72a2ef924f2bb78bf6efb15c0ece142 /target | |
parent | 6953ce8a47747026b0fa3282a35eb242eb359ed3 (diff) | |
download | upstream-42986e14fcc669dec94bd6f724e1ab7453cf04f5.tar.gz upstream-42986e14fcc669dec94bd6f724e1ab7453cf04f5.tar.bz2 upstream-42986e14fcc669dec94bd6f724e1ab7453cf04f5.zip |
Add stty to default config (required for gumstix bluetooth setup)
SVN-Revision: 22574
Diffstat (limited to 'target')
-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 |