WIP: rework image builder code for x86
[openwrt/staging/lynxis.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/Default
9 NAME:=Default
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/Default/Description
18 Default Profile for all Geode boards.
19 endef
20 $(eval $(call Profile,Default))