diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-28 21:54:31 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-28 21:54:31 +0000 |
commit | 552688c8bfb978643e05fb67fc6a1c18bea85f5c (patch) | |
tree | afb4e097c828b1c79f44571df52489e4d15df883 /target/linux/omap35xx/gumstix/profiles/000-hegw.mk | |
parent | 4991a16db158a17d609eb2a9714d7de89c16e314 (diff) |
[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/omap35xx/gumstix/profiles/000-hegw.mk')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/000-hegw.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/000-hegw.mk b/target/linux/omap35xx/gumstix/profiles/000-hegw.mk index d65372c52c..ee312b53db 100644 --- a/target/linux/omap35xx/gumstix/profiles/000-hegw.mk +++ b/target/linux/omap35xx/gumstix/profiles/000-hegw.mk @@ -10,7 +10,7 @@ define Profile/Gumstix PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \ -firewall -mtd -hotplug2 -udevtrigger -dropbear \ usb udev kmod-bluetooth ntpclient wpa-supplicant \ - wireless-tools wpa-cli \ + wpa-cli \ bluez-utils bluez-hcidump usbutils \ kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \ kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \ |