90f989a91de33164339f1d25aa574a18a337c5ff
[openwrt/staging/lynxis.git] / target / linux / x86 / legacy / profiles / 000-Generic.mk
1 #
2 # Copyright (C) 2006-2009 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/Generic
9 NAME:=Generic
10 PACKAGES:=kmod-3c59x kmod-e100 kmod-e1000 kmod-natsemi kmod-ne2k-pci \
11 kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 \
12 kmod-via-rhine kmod-via-velocity
13 endef
14
15 define Profile/Generic/Description
16 Generic Profile
17 endef
18 $(eval $(call Profile,Generic))