diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-20 12:17:44 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-20 12:17:44 +0000 |
commit | 097d2aebb1e1a5455d3cc0f1875b579317e4cb2d (patch) | |
tree | ca9dc870fae9f96043ae6fca4090af4e6f8196c0 /target/linux/ar71xx/base-files | |
parent | 7a75d4a8f88c1ca1a82c2250e6cb5978327804bc (diff) |
ar71xx: install lzma compressed elf kernel image from wget2nand
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/sbin/wget2nand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/sbin/wget2nand b/target/linux/ar71xx/base-files/sbin/wget2nand index 9cd6e7c40..56a8ae224 100755 --- a/target/linux/ar71xx/base-files/sbin/wget2nand +++ b/target/linux/ar71xx/base-files/sbin/wget2nand @@ -27,7 +27,7 @@ url=$1 exit 1 } -url_kernel=$url/openwrt-ar71xx-nand-vmlinux.elf +url_kernel=$url/openwrt-ar71xx-nand-vmlinux-lzma.elf url_rootfs=$url/openwrt-ar71xx-nand-rootfs.tar.gz mtd_kernel="$(find_mtd_part 'kernel')" |