Merge branch 'v1.4' into v1.5
[librecmc/librecmc.git] / target / linux / x86 / geode / 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:= \
11                 soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \
12                 hwclock flashrom tc kmod-pppoa kmod-8139cp kmod-mppe \
13                 kmod-usb-ohci-pci kmod-hwmon-lm90 \
14                 kmod-via-rhine
15 endef
16
17 define Profile/Generic/Description
18         Generic Profile for all Geode boards.
19 endef
20 $(eval $(call Profile,Generic))