dont explicitly select wireless-tools. rely on the drivers that need them to have...
[openwrt/openwrt.git] / target / linux / ixp4xx / generic / profiles / 300-NAS100d.mk
1 #
2 # Copyright (C) 2006 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/NAS100d
9 NAME:=Iomega NAS 100d
10 PACKAGES:=kmod-ath5k \
11 kmod-scsi-core \
12 kmod-ata-core kmod-ata-artop \
13 kmod-usb-core kmod-usb2 kmod-usb-storage \
14 kmod-fs-ext2 kmod-fs-ext3
15 endef
16
17 define Profile/NAS100d/Description
18 Package set optimized for the Iomega NAS 100d
19 endef
20 $(eval $(call Profile,NAS100d))
21