aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-11-08 11:57:56 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-11-08 11:57:56 +0000
commit362ef979282774b6b32a9da2e1847ce6c3ede9b2 (patch)
tree6a283adebb39e3613f0fc3b5d6ba264f6813a63c
parent8e971aa9ce3a4b60043f016d0b17f70ed27b6002 (diff)
downloadupstream-362ef979282774b6b32a9da2e1847ce6c3ede9b2.tar.gz
upstream-362ef979282774b6b32a9da2e1847ce6c3ede9b2.tar.bz2
upstream-362ef979282774b6b32a9da2e1847ce6c3ede9b2.zip
kernel targets uImage by default
SVN-Revision: 23929
-rw-r--r--target/linux/avr32/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile
index 8c85be2fd5..62d249610e 100644
--- a/target/linux/avr32/Makefile
+++ b/target/linux/avr32/Makefile
@@ -20,6 +20,4 @@ define Target/Description
Build firmware images for ATNGW100 board
endef
-KERNELNAME:=uImage
-
$(eval $(call BuildTarget))