diff options
author | John Crispin <john@openwrt.org> | 2012-09-28 21:54:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-09-28 21:54:31 +0000 |
commit | f3cab53f273a1e89a46c84465c2fbdf02adbd52b (patch) | |
tree | 357919bb7dcfd02ee32843bf9e05e7f2d769a7b4 /target/linux/omap24xx/profiles | |
parent | 0afc7b9b6df5ab5d27d8be9b8b9c4940d17abaf7 (diff) | |
download | upstream-f3cab53f273a1e89a46c84465c2fbdf02adbd52b.tar.gz upstream-f3cab53f273a1e89a46c84465c2fbdf02adbd52b.tar.bz2 upstream-f3cab53f273a1e89a46c84465c2fbdf02adbd52b.zip |
dont explicitly select wireless-tools. rely on the drivers that need them to have the right dependency
SVN-Revision: 33593
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 \ |