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:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user