From eba0931c794c58d981dc12a3e2fe67c367f498ba Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Mon, 3 Aug 2009 23:16:21 +0200 Subject: [PATCH] tell openwrt to build the uImage as we need it --- target/linux/xburst/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index b46bb9b43..5a3bec9a6 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -15,6 +15,8 @@ LINUX_VERSION:=2.6.28.10 include $(INCLUDE_DIR)/target.mk +KERNELNAME:=uImage + DEFAULT_PACKAGES += gpioctl define Target/Description