+# default device type
+DEVICE_TYPE?=router
+
+# Default packages - the really basic set
+DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci opkg
+# For router targets
+DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall
+
+# Additional packages for Linux 2.6
+ifneq ($(KERNEL),2.4)
+ DEFAULT_PACKAGES += udevtrigger hotplug2
+endif