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/geos | |
parent | 047ba1e12e7f763a4a833ce6debc12c16f201d86 (diff) | |
download | upstream-bf8bb9b6610829ac988eb5e8318abc38a881e69d.tar.gz upstream-bf8bb9b6610829ac988eb5e8318abc38a881e69d.tar.bz2 upstream-bf8bb9b6610829ac988eb5e8318abc38a881e69d.zip |
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/geos')
-rw-r--r-- | target/linux/x86/geos/target.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index 452eee8ba5..a7ea833262 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -13,17 +13,15 @@ DEFAULT_PACKAGES += \ kmod-i2c-scx200-acb \ kmod-usb-core kmod-usb2 kmod-usb-ohci \ kmod-cfg80211 kmod-mac80211 \ - kmod-mppe kmod-pppoe kmod-pppoa kmod-pppol2tp \ - kmod-ath kmod-ath5k kmod-ath9k \ + kmod-mppe kmod-pppoa kmod-pppol2tp \ + 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 \ - soloscli linux-atm br2684ctl bridge ppp ppp-mod-pppoa \ - pppdump pppstats \ - libopenssl ocf-crypto-headers zlib hwclock hostapd \ - flashrom + soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \ + hwclock wpad flashrom CS5535_MASK:=0x0E000048 |