1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 19:37:10 +02:00

[at91] Tag the uncompressed image

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23402 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
claudio 2010-10-11 16:31:47 +00:00
parent 44061a6578
commit a3acb8ddf4

View File

@ -21,7 +21,8 @@ define Image/Prepare
endef
define Image/BuildKernel
cp $(LINUX_DIR)/arch/arm/boot/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
mkimage -A arm -T kernel -C none -a 0x20008000 -e 0x20008000 -n linux-2.6 \
-d $(LINUX_DIR)/arch/arm/boot/Image $(BIN_DIR)/$(IMG_PREFIX)-uImage
endef
define Image/Build