diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-02 19:06:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-02 19:06:22 +0000 |
commit | bf8bb9b6610829ac988eb5e8318abc38a881e69d (patch) | |
tree | 3dc2d23b6e7403b47bf1245985ffca0fed2a8af6 /target/linux/x86/net5501 | |
parent | 047ba1e12e7f763a4a833ce6debc12c16f201d86 (diff) | |
download | mtk-20170518-bf8bb9b6610829ac988eb5e8318abc38a881e69d.zip mtk-20170518-bf8bb9b6610829ac988eb5e8318abc38a881e69d.tar.gz mtk-20170518-bf8bb9b6610829ac988eb5e8318abc38a881e69d.tar.bz2 |
alix2, goes, net5501: clean up default packages Remove packages which are dependencies of other packages Remove packages which are part of the default package list Remove DSL specific packages from net5501 Remove bridge package, we use the busybox applet Replace hostapd with wpad
SVN-Revision: 29999
Diffstat (limited to 'target/linux/x86/net5501')
-rw-r--r-- | target/linux/x86/net5501/target.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index 0529cb7..036509e 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -19,9 +19,7 @@ DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev kmod-ledtrig-netfilter \ kmod-cpu-msr \ - soloscli linux-atm br2684ctl bridge ppp ppp-mod-pppoa \ - pppdump pppstats \ - libopenssl ocf-crypto-headers zlib hwclock hostapd + hwclock wpad CS5535_MASK:=0x01000040 |