From 204259721baf9010c5c297239091d7dad0dc5b28 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 25 Sep 2009 18:05:21 +0200 Subject: [PATCH] do not use default device type as we do not need dnsmasq, ppp, iptables, etc. for now --- target/linux/xburst/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 5faac679f..0b20db9fa 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -13,6 +13,8 @@ FEATURES:=jffs2 tgz LINUX_VERSION:=2.6.31-rc6 +DEVICE_TYPE=other + include $(INCLUDE_DIR)/target.mk KERNELNAME:=uImage