2016-05-17 21:08:13 +00:00
|
|
|
#
|
2019-07-31 14:34:38 +00:00
|
|
|
# Copyright (C) 2006-2019 OpenWrt.org
|
2016-05-17 21:08:13 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Generic
|
2019-07-31 14:34:38 +00:00
|
|
|
NAME:=Generic x86/legacy
|
2016-05-17 21:08:13 +00:00
|
|
|
PACKAGES:=kmod-3c59x kmod-e100 kmod-e1000 kmod-natsemi kmod-ne2k-pci \
|
|
|
|
kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 \
|
|
|
|
kmod-via-rhine kmod-via-velocity
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Generic/Description
|
2019-07-31 14:34:38 +00:00
|
|
|
Generic Profile for x86 legacy architecutre
|
2016-05-17 21:08:13 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Generic))
|