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

@@ -7,7 +7,7 @@
define Profile/NAS100d
NAME:=Iomega NAS 100d
PACKAGES:=kmod-ath5k wireless-tools \
PACKAGES:=kmod-ath5k \
kmod-scsi-core \
kmod-ata-core kmod-ata-artop \
kmod-usb-core kmod-usb2 kmod-usb-storage \

View File

@@ -8,7 +8,7 @@
define Profile/DSMG600RevA
NAME:=DSM-G600 Rev A
PACKAGES:=kmod-via-velocity \
kmod-ath5k wireless-tools \
kmod-ath5k \
kmod-scsi-core \
kmod-ata-core kmod-ata-artop \
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \