diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-08 11:57:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-08 11:57:56 +0000 |
commit | 362ef979282774b6b32a9da2e1847ce6c3ede9b2 (patch) | |
tree | 6a283adebb39e3613f0fc3b5d6ba264f6813a63c /target | |
parent | 8e971aa9ce3a4b60043f016d0b17f70ed27b6002 (diff) | |
download | upstream-362ef979282774b6b32a9da2e1847ce6c3ede9b2.tar.gz upstream-362ef979282774b6b32a9da2e1847ce6c3ede9b2.tar.bz2 upstream-362ef979282774b6b32a9da2e1847ce6c3ede9b2.zip |
kernel targets uImage by default
SVN-Revision: 23929
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/avr32/Makefile | 2 |
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)) |