diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-11-11 03:02:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-11-11 03:02:26 +0000 |
commit | 3691a072ccab9fb2eeb5a0d722d9fe0c4eecaf36 (patch) | |
tree | 0cf2bc5314986224874990c4aed880f164a3e095 /include | |
parent | d186cdbfd092d62bc6137b53e7a2cfeeb4afb951 (diff) | |
download | mtk-20170518-3691a072ccab9fb2eeb5a0d722d9fe0c4eecaf36.zip mtk-20170518-3691a072ccab9fb2eeb5a0d722d9fe0c4eecaf36.tar.gz mtk-20170518-3691a072ccab9fb2eeb5a0d722d9fe0c4eecaf36.tar.bz2 |
bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - bumb busybox release number
SVN-Revision: 13180
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index f3826b1..9ac5c8e 100644 --- a/include/target.mk +++ b/include/target.mk @@ -14,7 +14,7 @@ DEVICE_TYPE?=router # Default packages - the really basic set DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci opkg # For router targets -DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper bridge firewall +DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall # LuCI DEFAULT_PACKAGES.router+=luci-admin-full luci-admin-mini luci-i18n-english luci-app-firewall luci-sgi-cgi |