aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-envtools
Commit message (Collapse)AuthorAgeFilesLines
* AA: package/uboot-envtools: add OpenMesh MR600 supportGabor Juhos2012-11-251-1/+2
| | | | | | | | | Backport of r34236. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: package/uboot-envtools: add CAP4200AG supportGabor Juhos2012-10-281-1/+2
| | | | | | | | Backport of r33959. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: uboot-envtools: OM2P-HS partition informationGabor Juhos2012-10-171-0/+1
| | | | | | | | | Backport of r33802. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-envtools: remove MENU, it is unused since r33265Luka Perkov2012-10-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: add configration for ramips devicesGabor Juhos2012-08-292-0/+31
| | | | | | | | uboot-env settings for ALL0239-3G, ALL0256N, ALL5002. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: add configuration for ALL0315NGabor Juhos2012-08-271-0/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-envtools: always install the fw_setenv symlinkGabor Juhos2012-08-231-15/+0
| | | | | | | | | | It is required by sysupgrade on some boards, and it is only working if a suitable /etc/fw_env.config is present on the target board. If an user creates such configuration he/she should know that it is a dangerous tool. The devices can be bricked in several other ways anyway. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-envtools: add support for alfa ap96Luka Perkov2012-07-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-envtools: add kirkwood board supportLuka Perkov2012-07-162-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: OM2P LC supportGabor Juhos2012-07-061-1/+2
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: OM2P partition informationGabor Juhos2012-07-051-0/+3
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: forgot to remove uboot-envtools.init fileLuka Perkov2012-06-041-27/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: update to 2012.04.01Luka Perkov2012-06-048-50/+169
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-envtools: make fw_setenv symlink optionalGabor Juhos2011-11-011-2/+9
| | | | | | | | | | Make the creation of the fw_set-symlink optional, so it can be disabled in user-builds so only people who know what they are doing will mess with uboot-env. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-envtools: generate config-file from UCIGabor Juhos2011-11-012-1/+30
| | | | | | | | | This adds an init-script for generating /etc/fw_env.config from UCI in case it doesn't exist yet. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/uboot-envtools: remove runtime dependency of zlibGabor Juhos2011-11-011-2/+2
| | | | | | | | | | | | | zlib is a build-dependency, but in runtime zlib is not required, see: root@OpenWrt:/# ldd /usr/sbin/fw_printenv libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2abb2000) libc.so.0 => /lib/libc.so.0 (0x2abd4000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2ab9a000) Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/u-boot-envtools: update to version 2011.06.Gabor Juhos2011-10-244-68/+101
| | | | | | | | | | | | | This updates uboot-envtools to the version which comes with U-Boot 2011.06. The important novelity is that fw_setenv now supports batch processing, which greatly improves sysupgrade of the ALL0258N as otherwise we would have to overwrite uboot-env up to 8x in a single firmware upgrade. Unfortunately, no newer version of the sources is available from Debian, so we got to take it from the u-boot source which is kinda ugly... Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] cleanup Makefiles (#7212)Jo-Philipp Wich2010-04-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-envtools: mark as 2.6 only, use a shorter title and a longer ↵Nicolas Thill2010-03-101-2/+3
| | | | | | description git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing file from patchTravis Kemen2010-03-081-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes uboot-envtools so that it is no longer broken.Travis Kemen2010-03-053-17/+132
| | | | | | -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark uboot-envtools as broken, it looks more like a place holder than an ↵Felix Fietkau2009-10-191-0/+1
| | | | | | actual packaging attempt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add uboot-envtoolsFlorian Fainelli2009-10-073-0/+80
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17981 3c298f89-4303-0410-b956-a3cf2f4a3e73