diff options
author | John Crispin <blogic@openwrt.org> | 2012-09-28 21:54:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-09-28 21:54:31 +0000 |
commit | 293dd74caa1fddb494e43c7b878ae27ceac4f58f (patch) | |
tree | afb4e097c828b1c79f44571df52489e4d15df883 /target/linux/at91 | |
parent | 7728944c0bbda043b02462f4c4affe0d8353d4e0 (diff) | |
download | upstream-293dd74caa1fddb494e43c7b878ae27ceac4f58f.tar.gz upstream-293dd74caa1fddb494e43c7b878ae27ceac4f58f.tar.bz2 upstream-293dd74caa1fddb494e43c7b878ae27ceac4f58f.zip |
[kernel] dont explicitly select wireless-tools. rely on the drivers that need them to have the right dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/9260/profiles/001-flexibity-xwrt.mk | 2 | ||||
-rw-r--r-- | target/linux/at91/9260/profiles/002-flexibity-luci.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/at91/9260/profiles/001-flexibity-xwrt.mk b/target/linux/at91/9260/profiles/001-flexibity-xwrt.mk index 5e2c95e80f..b1c5269292 100644 --- a/target/linux/at91/9260/profiles/001-flexibity-xwrt.mk +++ b/target/linux/at91/9260/profiles/001-flexibity-xwrt.mk @@ -7,7 +7,7 @@ define Profile/flexibity-xwrt NAME:=Flexibity Connect (XWrt) - PACKAGES:=bridge wireless-tools block-mount modprobe dnsmasq hotplug2 udev webif webif-applications webif-flexibity \ + PACKAGES:=bridge block-mount modprobe dnsmasq hotplug2 udev webif webif-applications webif-flexibity \ syslog-ng sudo transmission-web miniupnpd nmap-ssl ip ntpclient ntpdate chat crda e169-stats genl hostapd-utils \ iw madwimax netcat portmap ppp ppp-mod-pppoe pptp tcpdump usb-modem usb-modem-huawei-e175x usb-modem-huawei-eg162 \ usb-modem-nokia-5800 wpa-cli wpa-supplicant motion badblocks blkid cifsmount disktype dosfsck dosfslabel e2fsprogs \ diff --git a/target/linux/at91/9260/profiles/002-flexibity-luci.mk b/target/linux/at91/9260/profiles/002-flexibity-luci.mk index 8904140f17..433239be65 100644 --- a/target/linux/at91/9260/profiles/002-flexibity-luci.mk +++ b/target/linux/at91/9260/profiles/002-flexibity-luci.mk @@ -7,7 +7,7 @@ define Profile/flexibity-luci NAME:=Flexibity Connect (LuCI) - PACKAGES:=bridge wireless-tools block-mount modprobe dnsmasq hotplug2 udev luci-flexibity \ + PACKAGES:=bridge block-mount modprobe dnsmasq hotplug2 udev luci-flexibity \ syslog-ng sudo transmission-web miniupnpd nmap-ssl ip ntpclient ntpdate chat crda e169-stats genl hostapd-utils \ iw madwimax netcat portmap ppp ppp-mod-pppoe pptp tcpdump usb-modem usb-modem-huawei-e175x usb-modem-huawei-eg162 \ usb-modem-nokia-5800 wpa-cli wpa-supplicant motion badblocks blkid cifsmount disktype dosfsck dosfslabel e2fsprogs \ |