summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/harddisk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-09-28 21:54:31 +0000
committerJohn Crispin <john@openwrt.org>2012-09-28 21:54:31 +0000
commitf3cab53f273a1e89a46c84465c2fbdf02adbd52b (patch)
tree357919bb7dcfd02ee32843bf9e05e7f2d769a7b4 /target/linux/ixp4xx/harddisk
parent0afc7b9b6df5ab5d27d8be9b8b9c4940d17abaf7 (diff)
downloadmaster-31e0f0ae-f3cab53f273a1e89a46c84465c2fbdf02adbd52b.tar.gz
master-31e0f0ae-f3cab53f273a1e89a46c84465c2fbdf02adbd52b.tar.bz2
master-31e0f0ae-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/ixp4xx/harddisk')
-rw-r--r--target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk b/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk
index ed011154a3..4c25178845 100644
--- a/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk
+++ b/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk
@@ -8,7 +8,7 @@
define Profile/FSG3
NAME:=Freecom FSG-3
PACKAGES:= \
- kmod-ath5k wireless-tools \
+ kmod-ath5k \
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
kmod-fs-ext2 kmod-fs-ext3 kmod-fs-reiserfs
endef