- Sep 24, 2013
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38167
-
Steven Barth authored
SVN-Revision: 38166
-
Steven Barth authored
SVN-Revision: 38165
-
Steven Barth authored
SVN-Revision: 38164
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38163
-
Gabor Juhos authored
Compile tested only. The target is marked as broken since 16 months so the kernel version does not matter too much. The target is scheduled for removal. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38162
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38161
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38160
-
Gabor Juhos authored
Compile tested only. The target is marked as broken since 9 months so the kernel version does not matter too much. The target is scheduled for removal. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38159
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38158
-
Gabor Juhos authored
Fixes the following build error: /devel/openwrt/staging_dir/host/bin/patch-cmdline \ /devel/openwrt/build_dir/target-mipsel_uClibc-0.9.33.2/linux-rb532/vmlinux-initramfs \ 'root=/dev/mtdblock1 rootfstype=yaffs2 ' Could not open kernel imagemake[5]: *** [install] Error 255 Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38157
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38156
-
Gabor Juhos authored
Remove the kernel and rootfs partitions. The Seama parser can find those automatically: 0x000000070000-0x000000ff0000 : "firmware" 2 seama-fw partitions found on MTD device firmware 0x000000070000-0x0000001b0000 : "kernel" 0x0000001b0000-0x000000ff0000 : "rootfs" mtd: partition "rootfs" set to be root filesystem 1 squashfs-split partitions found on MTD device rootfs 0x000000360000-0x000000ff0000 : "rootfs_data" 0x000000ff0000-0x000001000000 : "radiocfg" Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38155
-
Gabor Juhos authored
It will be used for the WD My Net N600 board. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38154
-
Gabor Juhos authored
- append the root squashfs directly after the kernel, - use the 64kraw/128kraw template instead of the 64k/128k, - ensure that the generated images have enough erase blocks for JFFS2 garbage collection, Tested on WZR-HP-G300NH and WZR-600DHP boards. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38153
-
Gabor Juhos authored
The Image/Build/WZRHP64K and the Image/Build/WZRHP128K macros are similar. Move the common stuff into the Image/Build/WZRHP macro and update the orignal macros to use that. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38152
-
Gabor Juhos authored
- append the root squashfs directly after the kernel, - use the 64kraw template instead of the 64k, - ensure that the generated images have enough erase blocks for JFFS2 garbage collection, Tested on a TEW-673GRU board. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38151
-
Gabor Juhos authored
The Image/Build/DIR825B1 and the Image/Build/DLRTDEV macros are identical. Merge those into a new Image/Build/CameoAP94 macro, and update the device profiles to use the new macro. Also rename the dir825b1_* mtdlayout macros to cameo_ap94_*. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38150
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38149
-
Gabor Juhos authored
- append the root squashfs directly after the kernel, - use the 64kraw template instead of the 64k, - ensure that the generated images have enough erase blocks for JFFS2 garbage collection, Tested on a WispStation M5 board. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38148
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38147
-
Gabor Juhos authored
The firmware generation part is the same for both macros. Move that into a separate macro and use the new macro for Image/Build/UB{NTXM,DEV}. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38146
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38145
-
- Sep 23, 2013
-
-
Luka Perkov authored
Changes include: * removing unused variables * replacing spaces with tabs where appropriate * more consistency with variable declarations Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 38142
-
Gabor Juhos authored
- append the root squashfs directly after the kernel, - use the 64kraw template instead of the 64k - ensure that the generated images have enough erase blocks for JFFS2 garbage collection, Tested on the WHR-G301N board only. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38141
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38140
-
Gabor Juhos authored
- remove the 'kernel' and 'rootfs' partitions from the mtd layout, - move the .okli image into the uImage, - append the root squashfs directly after the kernel, - use the 64kraw template instead of the 64k - ensure that the generated images have enough erase blocks for JFFS2 garbage collection, Tested on the MZK-W300NH board only. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38139
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38138
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38137
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38133
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38132
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38131
-
Gabor Juhos authored
- append the root squashfs directly to the kernel, - use the 64kraw-nojffs template instead of sqashfs-only - ensure that the generated images have enough erase blocks for JFFS2 garbage collection, Tested on a TEW-712BR devices only. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38130
-
Gabor Juhos authored
- append the root squashfs directly to the kernel, - use the 64kraw/64kraw-nojffs template instead of 64k/squashfs-only, - ensure, that the signature is placed at the correct offset in the *-factory images, - ensure that the generated images have enough erase blocks for JFFS2 garbage collection, Tested on DIR-600-A1 and TEW-632BR devices only. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38129
-
Gabor Juhos authored
The MTD layout of the AP99 based devices is different. Add new macros to reflect that and use the new macros for the DIR-615-E4 board. This prevents overwriting of the 'mac' partition which contain vital informations. The disadvantage of the change is that the usable space is reduced by 192KiB. Blame the vendors for the unfriendly partition layout. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38128
-
Gabor Juhos authored
Use the reference board name in the macro instead of the SoC number. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38127
-
- Sep 22, 2013
-
-
Gabor Juhos authored
Also remove the similar code from the Netgear profile and use the new feature instead. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38126
-
Gabor Juhos authored
Also improve the warning message. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38125
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38124
-
Gabor Juhos authored
- remove the kernel and rootfs partitions from the mtd layout, the kernel creates those automatically, - remove estimation step, it is not needed anymore - put the root squashfs directly after the kernel - use the 64kraw template With the default configuration, this allows to use more space for rootfs_data with 64KiB. Tested on WNDR3700 v1 only. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38120
-