summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/sbin
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: Make wget2nand look for LEDE project firmware filesdiizzyy2016-07-261-2/+2
| | | | | | Make wget2nand aware of the new file names Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* ar71xx: rename 'nand' subtarget to 'mikrotik'Gabor Juhos2013-10-231-2/+2
| | | | | | | | | | | | | It is for Mikrotik devices only, rename the subtarget to reflect that. Also fix the wget2nand script to use the new image names. Based on the patch by Stefan Agner: http://patchwork.openwrt.org/patch/4123/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38509
* Do not use deprecated path to functions.sh (/etc/functions.sh -> ↵Mirko Vogt2012-12-191-1/+1
| | | | | | /lib/functions.sh) SVN-Revision: 34793
* ar71xx: install lzma compressed elf kernel image from wget2nandGabor Juhos2012-11-201-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34273
* linux/ar71xx: update wget2nand scriptAlexandros C. Couloumbis2011-04-211-2/+2
| | | | SVN-Revision: 26747
* ar71xx: Make wget2nand fail if copying the kernel fails and use the correct ↵Gabor Juhos2010-05-141-2/+5
| | | | | | | | | | | | | | file extension for the rootfs image wget2nand didnt check the exit status after copying the kernel, if the copying failed for some reason ( for example not enougs space on the kernel partition) it simply continued extracting the rootfs. I also changed the filename, which wget2nand trys to download ( .tar.gz instead of .tgz ). Signed-off-by: Marko Foerster <mrkfoerster@googlemail.com> SVN-Revision: 21444
* ar71xx: don't break the existing network configuration in the wget2nand scriptGabor Juhos2010-03-151-4/+0
| | | | SVN-Revision: 20228
* ar71xx: improve wget2nand scriptGabor Juhos2010-03-091-28/+41
| | | | SVN-Revision: 20094
* add wget2nand scriptGabor Juhos2008-08-101-0/+73
SVN-Revision: 12263