Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add maintainer information | Jo-Philipp Wich | 2010-09-30 |
| | | | | SVN-Revision: 23159 | ||
* | nvvram: no checksum error recording on WRT54G3GV2(-VF) | Florian Fainelli | 2010-09-11 |
| | | | | | | | | | | | | | | | | 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 Wich | 2010-07-19 |
| | | | | | | PS-1208mfg with FLSH at offset 0) SVN-Revision: 22299 | ||
* | remove linux 2.4 support from several packages | Felix Fietkau | 2010-06-26 |
| | | | | SVN-Revision: 21954 | ||
* | bump release number for packages ahead of backfire in trunk | Nicolas Thill | 2010-05-23 |
| | | | | SVN-Revision: 21556 | ||
* | nvram: fix nvram set invokation after r21497 | Jo-Philipp Wich | 2010-05-20 |
| | | | | SVN-Revision: 21517 | ||
* | brcm47xx: fix destroying of 128MB modded ASUS WL-500GP | Hauke Mehrtens | 2010-05-17 |
| | | | | | | | | | | | | 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 Wich | 2010-05-02 |
| | | | | SVN-Revision: 21288 | ||
* | fix wrt-radauth compilation failure (#6945) | Florian Fainelli | 2010-03-26 |
| | | | | SVN-Revision: 20489 | ||
* | nvram: request memory locked pages in mmap() and make it available for ar71xx | Jo-Philipp Wich | 2010-02-01 |
| | | | | SVN-Revision: 19486 | ||
* | add support for OvisLink WL-1600GL | Jo-Philipp Wich | 2010-01-21 |
| | | | | SVN-Revision: 19262 | ||
* | nvram: refuse nvram operations on the WGT634U | Jo-Philipp Wich | 2009-06-08 |
| | | | | SVN-Revision: 16378 | ||
* | nvram: don't execute nvram fixups on the WGT634U | Jo-Philipp Wich | 2009-06-06 |
| | | | | SVN-Revision: 16349 | ||
* | remove leftover unvram directory and move the nvram.init change to package/nvram | Felix Fietkau | 2009-04-27 |
| | | | | SVN-Revision: 15447 | ||
* | rename unvram to nvram | Jo-Philipp Wich | 2009-04-27 |
| | | | | SVN-Revision: 15437 | ||
* | remove old nvram package | Jo-Philipp Wich | 2009-04-27 |
| | | | | SVN-Revision: 15436 | ||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 |
| | | | | SVN-Revision: 15242 | ||
* | use $(FPIC) in a few places where it matters | Felix Fietkau | 2008-08-06 |
| | | | | SVN-Revision: 12225 | ||
* | Enable wl500gp workaround to enable 32MB ram (#864) | Florian Fainelli | 2008-07-13 |
| | | | | SVN-Revision: 11812 | ||
* | upgrade to broadcom-wl 4.150.10.5.2 | Felix Fietkau | 2008-04-07 |
| | | | | SVN-Revision: 10749 | ||
* | remove uninstalldev templates (no longer necessary) | Felix Fietkau | 2007-12-25 |
| | | | | SVN-Revision: 9906 | ||
* | Fix usage (#2613) | Florian Fainelli | 2007-11-01 |
| | | | | SVN-Revision: 9479 | ||
* | add $(STAGING_DIR) as argument to the InstallDev template and update ↵ | Felix Fietkau | 2007-09-28 |
| | | | | | | 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 Fietkau | 2007-09-08 |
| | | | | | | 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 Thill | 2007-09-07 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 |
| | | | | | | (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 vars | Nicolas Thill | 2007-09-03 |
| | | | | SVN-Revision: 8587 | ||
* | add nvram fixup script | Felix Fietkau | 2007-06-27 |
| | | | | SVN-Revision: 7742 | ||
* | remove lots of useless junk from the nvram package | Felix Fietkau | 2007-01-22 |
| | | | | SVN-Revision: 6177 | ||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 |
| | | | | SVN-Revision: 5624 | ||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 |
| | | | | SVN-Revision: 5512 | ||
* | enable nvram utility by default | Felix Fietkau | 2006-11-03 |
| | | | | SVN-Revision: 5429 | ||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 |