summaryrefslogtreecommitdiffstats
path: root/package/nvram
Commit message (Collapse)AuthorAgeFilesLines
* add maintainer informationJo-Philipp Wich2010-09-301-0/+1
| | | | SVN-Revision: 23159
* nvvram: no checksum error recording on WRT54G3GV2(-VF)Florian Fainelli2010-09-112-1/+7
| | | | | | | | | | | | | | | | 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
* nvram: handle nvram at varying offsets within the eraseblock (fixes Edimax ↵Jo-Philipp Wich2010-07-194-6/+22
| | | | | | PS-1208mfg with FLSH at offset 0) SVN-Revision: 22299
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-261-2/+2
| | | | SVN-Revision: 21954
* bump release number for packages ahead of backfire in trunkNicolas Thill2010-05-231-2/+2
| | | | SVN-Revision: 21556
* nvram: fix nvram set invokation after r21497Jo-Philipp Wich2010-05-201-1/+1
| | | | SVN-Revision: 21517
* brcm47xx: fix destroying of 128MB modded ASUS WL-500GPHauke Mehrtens2010-05-171-1/+7
| | | | | | | | | | | | 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
* nvram: fix crash when get, set or unset is invoked without argument (#7263)Jo-Philipp Wich2010-05-022-14/+26
| | | | SVN-Revision: 21288
* fix wrt-radauth compilation failure (#6945)Florian Fainelli2010-03-261-0/+6
| | | | SVN-Revision: 20489
* nvram: request memory locked pages in mmap() and make it available for ar71xxJo-Philipp Wich2010-02-012-3/+3
| | | | SVN-Revision: 19486
* add support for OvisLink WL-1600GLJo-Philipp Wich2010-01-211-0/+8
| | | | SVN-Revision: 19262
* nvram: refuse nvram operations on the WGT634UJo-Philipp Wich2009-06-082-2/+12
| | | | SVN-Revision: 16378
* nvram: don't execute nvram fixups on the WGT634UJo-Philipp Wich2009-06-061-0/+3
| | | | SVN-Revision: 16349
* remove leftover unvram directory and move the nvram.init change to package/nvramFelix Fietkau2009-04-271-1/+1
| | | | SVN-Revision: 15447
* rename unvram to nvramJo-Philipp Wich2009-04-278-0/+1147
| | | | SVN-Revision: 15437
* remove old nvram packageJo-Philipp Wich2009-04-2710-1287/+0
| | | | SVN-Revision: 15436
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-179-9/+0
| | | | SVN-Revision: 15242
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-061-0/+2
| | | | SVN-Revision: 12225
* Enable wl500gp workaround to enable 32MB ram (#864)Florian Fainelli2008-07-131-0/+5
| | | | SVN-Revision: 11812
* upgrade to broadcom-wl 4.150.10.5.2Felix Fietkau2008-04-076-1472/+3
| | | | SVN-Revision: 10749
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-4/+0
| | | | SVN-Revision: 9906
* Fix usage (#2613)Florian Fainelli2007-11-011-1/+1
| | | | SVN-Revision: 9479
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-3/+3
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-3/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-1/+1
| | | | | | (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
* package Makefile cleanup: remove uneeded varsNicolas Thill2007-09-031-2/+0
| | | | SVN-Revision: 8587
* add nvram fixup scriptFelix Fietkau2007-06-272-0/+72
| | | | SVN-Revision: 7742
* remove lots of useless junk from the nvram packageFelix Fietkau2007-01-2218-3099/+274
| | | | SVN-Revision: 6177
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-3/+3
| | | | SVN-Revision: 5624
* implement target profiles in menuconfigFelix Fietkau2006-11-121-1/+0
| | | | SVN-Revision: 5512
* enable nvram utility by defaultFelix Fietkau2006-11-031-0/+1
| | | | SVN-Revision: 5429
* finally move buildroot-ng to trunkFelix Fietkau2016-03-2024-0/+5516