diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-02-10 11:04:44 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-02-10 11:04:44 +0000 |
commit | be344f09b7fe3d87680ba599bad053f2fe84d8e1 (patch) | |
tree | fe4fb7bb259355fd36e5fa2ff2a1090c4e8f1522 /openwrt/package | |
parent | 9f230d326330577e026c6a8e9b1d45930bc2008e (diff) | |
download | mtk-20170518-be344f09b7fe3d87680ba599bad053f2fe84d8e1.zip mtk-20170518-be344f09b7fe3d87680ba599bad053f2fe84d8e1.tar.gz mtk-20170518-be344f09b7fe3d87680ba599bad053f2fe84d8e1.tar.bz2 |
use gcc 4.0.2 and deselect ppp by default for Aruba, use gcc 3.4.5 for the other platforms
SVN-Revision: 3210
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/ppp/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in index 3ac1498..1880200 100644 --- a/openwrt/package/ppp/Config.in +++ b/openwrt/package/ppp/Config.in @@ -3,6 +3,7 @@ menu "ppp............................... PPP (Point-to-Point Protocol) daemon" config BR2_PACKAGE_PPP prompt "ppp............................... PPP (Point-to-Point Protocol) daemon" tristate + default n if BR2_LINUX_2_6_ARUBA default y select BR2_PACKAGE_KMOD_PPP |