enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx-2.6 / 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-ixp4xx-npe \
11 kmod-madwifi wireless-tools \
12 kmod-scsi-core kmod-libata kmod-pata-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