diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-02 19:06:22 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-02 19:06:22 +0000 |
commit | f637f45e673e35ffcc6e5e3d3a868471aa461076 (patch) | |
tree | 16e09fb82ef5fd223f37792b68ad1ad6e36b0281 /target/linux/x86/net5501 | |
parent | 9d45ed8b35974bad4f3c3c7ba9e699eb1ebcaca9 (diff) |
[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 0529cb7cf..036509e28 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 |