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 | 4d44b3ca0866f36237bc998ee09aec0eb0af4693 (patch) | |
tree | 16e09fb82ef5fd223f37792b68ad1ad6e36b0281 /target/linux/x86/net5501 | |
parent | fb57fbb174c70e5216652e545e12bc271f4d6c40 (diff) | |
download | upstream-4d44b3ca0866f36237bc998ee09aec0eb0af4693.tar.gz upstream-4d44b3ca0866f36237bc998ee09aec0eb0af4693.tar.bz2 upstream-4d44b3ca0866f36237bc998ee09aec0eb0af4693.zip |
[x86] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29999 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0529cb7cfe..036509e286 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 |