diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-20 12:17:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-20 12:17:44 +0000 |
commit | 5da0e05c2efa869fff1cae83ddb067967a76661f (patch) | |
tree | ca9dc870fae9f96043ae6fca4090af4e6f8196c0 /target/linux/ar71xx | |
parent | 68f74bd0d7ab7ed1acb46ae938b7ffa9dcc05125 (diff) | |
download | upstream-5da0e05c2efa869fff1cae83ddb067967a76661f.tar.gz upstream-5da0e05c2efa869fff1cae83ddb067967a76661f.tar.bz2 upstream-5da0e05c2efa869fff1cae83ddb067967a76661f.zip |
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')
-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 9cd6e7c40e..56a8ae2244 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')" |