Update default configuration to use profiles

SVN-Revision: 15229
This commit is contained in:
Hamish Guthrie
2009-04-16 10:40:15 +00:00
parent a245766507
commit ffc86f7e3a
8 changed files with 59 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ DEVICE_TYPE?=router
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg
# For router targets
DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall
DEFAULT_PACKAGES.bootloader:=kexec-tools
DEFAULT_PACKAGES.bootloader:=
# Additional packages for Linux 2.6
ifneq ($(KERNEL),2.4)