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/alix2 | |
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/alix2')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index c322cb4c3c..fbfd742448 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -14,14 +14,12 @@ DEFAULT_PACKAGES += \ kmod-usb-core kmod-usb2 kmod-usb-ohci \ kmod-cfg80211 kmod-mac80211 \ kmod-mppe kmod-pppoe kmod-pppo2ltp \ - kmod-ath kmod-ath5k kmod-ath9k \ + kmod-ath5k kmod-ath9k \ kmod-leds-gpio kmod-input-gpio-keys-polled \ kmod-button-hotplug \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev kmod-ledtrig-netfilter \ - kmod-cpu-msr \ - bridge ppp \ - libopenssl ocf-crypto-headers zlib hwclock hostapd + kmod-cpu-msr hwclock wpad CS5535_MASK:=0x0b000042 |