Commit Graph

33 Commits

Author SHA1 Message Date
Jo-Philipp Wich
1cb2abca8e add maintainer information
SVN-Revision: 23159
2010-09-30 10:48:37 +00:00
Florian Fainelli
a1264431fe nvvram: no checksum error recording on WRT54G3GV2(-VF)
The CFE of the WRT54G3GV2 expects two firmware images, if one of them
produces a CRC error (which is the case after you installed OpenWrt, as
there is no second image), it writes one of three consecutive bytes to
the flash. (Look for "Image Status : IMG2_BAD" during boot.)

After the third boot with a CRC error, it stops and waits for a new
firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot.

Tested with my own box.

Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de>

SVN-Revision: 23007
2010-09-11 18:37:09 +00:00
Jo-Philipp Wich
f813a693fd nvram: handle nvram at varying offsets within the eraseblock (fixes Edimax PS-1208mfg with FLSH at offset 0)
SVN-Revision: 22299
2010-07-19 22:20:07 +00:00
Felix Fietkau
543d870e82 remove linux 2.4 support from several packages
SVN-Revision: 21954
2010-06-26 20:43:41 +00:00
Nicolas Thill
338f1af5f3 bump release number for packages ahead of backfire in trunk
SVN-Revision: 21556
2010-05-23 21:55:40 +00:00
Jo-Philipp Wich
397e49b6b9 nvram: fix nvram set invokation after r21497
SVN-Revision: 21517
2010-05-20 07:11:26 +00:00
Hauke Mehrtens
0745a63313 brcm47xx: fix destroying of 128MB modded ASUS WL-500GP
This fixup was introduced in r11812 to correct settings for devices only showing 16MB RAM instead of 128MB.
That killed devices with 128MB RAM.
Now value is *set* 0x0009 and not ored.
The value is only corrected if it has less than 32 MB Ram.

This should fix the last problem in #3177
Thank you b.sander for the patch.

SVN-Revision: 21497
2010-05-17 21:39:04 +00:00
Jo-Philipp Wich
395a1f4e0c nvram: fix crash when get, set or unset is invoked without argument (#7263)
SVN-Revision: 21288
2010-05-02 00:45:03 +00:00
Florian Fainelli
f273e6d2ff fix wrt-radauth compilation failure (#6945)
SVN-Revision: 20489
2010-03-26 17:58:49 +00:00
Jo-Philipp Wich
5c937a97b0 nvram: request memory locked pages in mmap() and make it available for ar71xx
SVN-Revision: 19486
2010-02-01 01:32:47 +00:00
Jo-Philipp Wich
0cde46b3e7 add support for OvisLink WL-1600GL
SVN-Revision: 19262
2010-01-21 23:48:23 +00:00
Jo-Philipp Wich
9f4d70e9a3 nvram: refuse nvram operations on the WGT634U
SVN-Revision: 16378
2009-06-08 11:59:41 +00:00
Jo-Philipp Wich
4c9e3682cb nvram: don't execute nvram fixups on the WGT634U
SVN-Revision: 16349
2009-06-06 02:05:10 +00:00
Felix Fietkau
c2696fb706 remove leftover unvram directory and move the nvram.init change to package/nvram
SVN-Revision: 15447
2009-04-27 15:44:07 +00:00
Jo-Philipp Wich
69decd27e2 rename unvram to nvram
SVN-Revision: 15437
2009-04-27 12:58:54 +00:00
Jo-Philipp Wich
ace455e0c0 remove old nvram package
SVN-Revision: 15436
2009-04-27 12:57:57 +00:00
Felix Fietkau
34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Felix Fietkau
e9ea28b0af use $(FPIC) in a few places where it matters
SVN-Revision: 12225
2008-08-06 22:10:29 +00:00
Florian Fainelli
24aff1f20a Enable wl500gp workaround to enable 32MB ram (#864)
SVN-Revision: 11812
2008-07-13 22:11:36 +00:00
Felix Fietkau
978958a888 upgrade to broadcom-wl 4.150.10.5.2
SVN-Revision: 10749
2008-04-07 00:24:19 +00:00
Felix Fietkau
2a45adfcda remove uninstalldev templates (no longer necessary)
SVN-Revision: 9906
2007-12-25 01:40:47 +00:00
Florian Fainelli
c8d8f93977 Fix usage (#2613)
SVN-Revision: 9479
2007-11-01 17:38:02 +00:00
Felix Fietkau
969ac7459e add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages
SVN-Revision: 9052
2007-09-28 01:45:11 +00:00
Felix Fietkau
a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Nicolas Thill
34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
Felix Fietkau
56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
2007-09-06 16:27:37 +00:00
Nicolas Thill
be0de75a3e package Makefile cleanup: remove uneeded vars
SVN-Revision: 8587
2007-09-03 08:20:36 +00:00
Felix Fietkau
06966a534a add nvram fixup script
SVN-Revision: 7742
2007-06-27 05:26:20 +00:00
Felix Fietkau
88436e8d37 remove lots of useless junk from the nvram package
SVN-Revision: 6177
2007-01-22 14:46:37 +00:00
Felix Fietkau
c2211dc51e replace lots of manual install commands with INSTALL_* variables
SVN-Revision: 5624
2006-11-23 00:29:07 +00:00
Felix Fietkau
105a602ecf implement target profiles in menuconfig
SVN-Revision: 5512
2006-11-12 05:06:56 +00:00
Felix Fietkau
b7bede71f6 enable nvram utility by default
SVN-Revision: 5429
2006-11-03 23:32:13 +00:00
Felix Fietkau
60c1f0f64d finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00