fix the image builder

SVN-Revision: 9549
This commit is contained in:
Felix Fietkau
2007-11-14 23:11:07 +00:00
parent 874935fe41
commit dfa7618bd6
4 changed files with 85 additions and 89 deletions

View File

@@ -5,22 +5,6 @@
# See /LICENSE for more information.
#
# default device type
DEVICE_TYPE?=router
# Default packages - the really basic set
DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd mtd
# For router targets
DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe iptables kmod-ipt-nathelper bridge
# Additional packages for Linux 2.6
ifneq ($(KERNEL),2.4)
DEFAULT_PACKAGES += udevtrigger hotplug2
endif
# Add device specific packages
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))
KERNELNAME=
ifneq (,$(findstring x86,$(BOARD)))
KERNELNAME="bzImage"