1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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
This commit is contained in:
blogic
2012-09-28 21:54:31 +00:00
parent 4991a16db1
commit 552688c8bf
11 changed files with 11 additions and 11 deletions

View File

@@ -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