aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532-2.6/image/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-72/+0
| | | | | | (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
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-4/+4
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* compress the kernel that resides on the nand memoryFlorian Fainelli2007-07-201-2/+12
| | | | SVN-Revision: 8073
* Remove tgz hacksFlorian Fainelli2007-07-191-2/+0
| | | | SVN-Revision: 8066
* Convert the NAND driver to platform_driver, allow tgz image to be built ↵Florian Fainelli2007-07-191-0/+7
| | | | | | correctly SVN-Revision: 8058
* Remove patch-cmdline from the packages and move it tools tools/. adm5120 and ↵Florian Fainelli2007-07-011-4/+0
| | | | | | rb532 do use it for procuding ready-to-use kernels (#1631) SVN-Revision: 7820
* fix the squashfs kernel command line for rb532Felix Fietkau2007-06-211-1/+1
| | | | SVN-Revision: 7687
* fix rb532 squashfs support (patch by Jens Muecke)Felix Fietkau2007-06-111-0/+4
| | | | SVN-Revision: 7577
* enable preinit in a few other platformsFelix Fietkau2007-03-031-3/+3
| | | | SVN-Revision: 6482
* kernel build cleanupFelix Fietkau2007-03-021-1/+0
| | | | SVN-Revision: 6464
* allow the user to change the rb532 rootfs size in menuconfig (fixes #1374)Felix Fietkau2007-02-281-1/+1
| | | | SVN-Revision: 6417
* fix rb532 image buildFelix Fietkau2007-01-311-3/+2
| | | | SVN-Revision: 6233
* Add initial version of the new Image Builder It's still a bit rough in a few ↵Felix Fietkau2007-01-101-4/+4
| | | | | | places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071
* some platform support path name cleanupFelix Fietkau2006-12-181-2/+2
| | | | SVN-Revision: 5846
* remove custom partition table hack, add ptgen utility for generating ↵Felix Fietkau2006-12-071-15/+1
| | | | | | partition tables SVN-Revision: 5704
* replace the ugly rb532 cmdline hack with a cleaner one that does not depend ↵Felix Fietkau2006-12-061-9/+6
| | | | | | on magic offsets SVN-Revision: 5699
* fix path to lzma-loaderFelix Fietkau2006-12-061-1/+1
| | | | SVN-Revision: 5698
* move target/image/platform to target/linux/platform/image platform ↵Mike Baker2006-11-281-0/+76
directories are now self contained SVN-Revision: 5669