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/omap24xx/profiles | |
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/omap24xx/profiles')
-rw-r--r-- | target/linux/omap24xx/profiles/100-n810.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/profiles/100-n810.mk b/target/linux/omap24xx/profiles/100-n810.mk index a25148fc72..36f30866d0 100644 --- a/target/linux/omap24xx/profiles/100-n810.mk +++ b/target/linux/omap24xx/profiles/100-n810.mk @@ -10,7 +10,7 @@ define Profile/n810-base PACKAGES:= \ block-mount \ gpsd \ - ip iw wireless-tools kmod-p54-spi wpa-supplicant \ + ip iw kmod-p54-spi wpa-supplicant \ dnsmasq dropbear \ pwrtray-backend \ kmod-fs-vfat kmod-fs-msdos \ |