1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 01:16:22 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
juhosg
cf40a16727 uboot-envtools: add configration for ramips devices
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
2012-08-29 10:37:32 +00:00
juhosg
c56fb53947 uboot-envtools: add configuration for ALL0315N
Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-27 14:55:33 +00:00
juhosg
bff76b4e0e package/uboot-envtools: always install the fw_setenv symlink
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
2012-08-23 14:27:36 +00:00
luka
c055fb0850 [package] uboot-envtools: add support for alfa ap96
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-17 23:11:29 +00:00
luka
8d698ff98a [package] uboot-envtools: add kirkwood board support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 22:32:00 +00:00
juhosg
01c2c2a6fb uboot-envtools: OM2P LC support
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 11:11:59 +00:00
juhosg
44ab3c07da uboot-envtools: OM2P partition information
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-05 08:26:55 +00:00
luka
f0547a9037 uboot-envtools: forgot to remove uboot-envtools.init file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 22:03:00 +00:00
luka
090fe17a5f uboot-envtools: update to 2012.04.01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 21:55:49 +00:00
juhosg
3ebdbe2f2e package/uboot-envtools: make fw_setenv symlink optional
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
2011-11-01 09:23:29 +00:00
juhosg
18a0b2664f package/uboot-envtools: generate config-file from UCI
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
2011-11-01 09:23:28 +00:00
juhosg
0c3fc1dfb1 package/uboot-envtools: remove runtime dependency of zlib
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
2011-11-01 09:23:27 +00:00
juhosg
8d5c50e5f6 package/u-boot-envtools: update to version 2011.06.
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
2011-10-24 21:49:24 +00:00
nbd
5b8b96e823 remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:44:28 +00:00
jow
2479c0db54 [package] cleanup Makefiles (#7212)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-23 11:27:29 +00:00
nico
eaf77d3248 [package] uboot-envtools: mark as 2.6 only, use a shorter title and a longer description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20118 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 04:17:22 +00:00
thepeople
e0762125d1 add missing file from patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-08 15:25:53 +00:00
thepeople
7226842ea8 this patch fixes uboot-envtools so that it is no longer broken.
-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-05 20:27:58 +00:00
nbd
37e3d1ccdd mark uboot-envtools as broken, it looks more like a place holder than an actual packaging attempt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 19:15:08 +00:00
florian
4cce3b1620 [package] add uboot-envtools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-07 15:14:28 +00:00