openwrt.git
10 years agoubox: fix kmod loading for modules with varying dashes & underscores in names (#14182...
jow [Sat, 28 Sep 2013 13:12:42 +0000 (13:12 +0000)]
ubox: fix kmod loading for modules with varying dashes & underscores in names (#14182, #14189)

Instead of canonicalizing module names in the internal avl tree simpyl use a
custom strcmp() variant for the avl tree key comparisation. The custom comperator
simply treats dashes and underscores the same, so "nls_iso8859-15" is equal to
"nls-iso8859-15".

This allows us to simplify the code considerably and makes manual "modprobe"
invocations more forgiving when looking up the given module name.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38248 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to missing...
nbd [Sat, 28 Sep 2013 05:22:05 +0000 (05:22 +0000)]
kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to missing config symbol changes)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38247 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: add missing config symbol
nbd [Fri, 27 Sep 2013 21:12:19 +0000 (21:12 +0000)]
kernel: add missing config symbol

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38246 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: exclude regmap-spi.ko if SPI support cannot be selected
nbd [Fri, 27 Sep 2013 21:12:15 +0000 (21:12 +0000)]
kernel: exclude regmap-spi.ko if SPI support cannot be selected

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38245 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoocteon: remove CONFIG_FW_LOADER override to fix build errors
nbd [Fri, 27 Sep 2013 21:12:12 +0000 (21:12 +0000)]
octeon: remove CONFIG_FW_LOADER override to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38244 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: add a default for CONFIG_MTD_NAND_XWAY to fix build errors
nbd [Fri, 27 Sep 2013 21:12:08 +0000 (21:12 +0000)]
lantiq: add a default for CONFIG_MTD_NAND_XWAY to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38243 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: make sound-soc-core depend on kmod-ac97
nbd [Fri, 27 Sep 2013 21:12:04 +0000 (21:12 +0000)]
kernel: make sound-soc-core depend on kmod-ac97

it has a conditional #ifdef based dependency on it, which trips up on
some targets

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38242 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: add another missing symbol for iio
nbd [Fri, 27 Sep 2013 21:12:01 +0000 (21:12 +0000)]
kernel: add another missing symbol for iio

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38241 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: add missing symbols for iio on older kernel versions
nbd [Fri, 27 Sep 2013 20:54:00 +0000 (20:54 +0000)]
kernel: add missing symbols for iio on older kernel versions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38240 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: remove old kernel compat code for pcmcia
nbd [Fri, 27 Sep 2013 20:47:09 +0000 (20:47 +0000)]
kernel: remove old kernel compat code for pcmcia

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38239 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: mark kmod-thermal menuconfig symbol as hidden to avoid building it on targets...
nbd [Fri, 27 Sep 2013 20:44:11 +0000 (20:44 +0000)]
kernel: mark kmod-thermal menuconfig symbol as hidden to avoid building it on targets with no thermal drivers

Should fix build errors with Linux 3.3/3.6 targets, which use different
kconfig symbols

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38238 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: fix typo in arm cflags
nbd [Fri, 27 Sep 2013 13:03:45 +0000 (13:03 +0000)]
build: fix typo in arm cflags

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38237 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] patch: other tools might depend on this one
luka [Fri, 27 Sep 2013 12:49:34 +0000 (12:49 +0000)]
[tools] patch: other tools might depend on this one

Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38236 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] quilt: add findutils as dependency
luka [Fri, 27 Sep 2013 12:32:18 +0000 (12:32 +0000)]
[tools] quilt: add findutils as dependency

Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38235 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: ar934x-nfc: disable subpage write when hardware ECC is used
juhosg [Fri, 27 Sep 2013 11:15:34 +0000 (11:15 +0000)]
ar71xx: ar934x-nfc: disable subpage write when hardware ECC is used

It is not supported by the controller.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38234 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: enable cpufreq-imx6q by default
luka [Fri, 27 Sep 2013 10:49:37 +0000 (10:49 +0000)]
imx6: enable cpufreq-imx6q by default

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38233 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomvebu: enable thermal module by default
luka [Fri, 27 Sep 2013 10:49:36 +0000 (10:49 +0000)]
mvebu: enable thermal module by default

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38232 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: enable thermal module by default
luka [Fri, 27 Sep 2013 10:49:35 +0000 (10:49 +0000)]
imx6: enable thermal module by default

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38231 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: add thermal modules
luka [Fri, 27 Sep 2013 10:49:33 +0000 (10:49 +0000)]
kernel: add thermal modules

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38230 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: backport thermal driver
luka [Fri, 27 Sep 2013 10:49:28 +0000 (10:49 +0000)]
imx6: backport thermal driver

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38229 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: update 3.10 to 3.10.13
juhosg [Fri, 27 Sep 2013 07:19:21 +0000 (07:19 +0000)]
kernel: update 3.10 to 3.10.13

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38228 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomvebu: add myself as maintainer
luka [Fri, 27 Sep 2013 01:52:29 +0000 (01:52 +0000)]
mvebu: add myself as maintainer

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38226 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomvebu: drop 3.8 support
luka [Fri, 27 Sep 2013 01:52:28 +0000 (01:52 +0000)]
mvebu: drop 3.8 support

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38225 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomvebu: switch to 3.10
luka [Fri, 27 Sep 2013 01:52:26 +0000 (01:52 +0000)]
mvebu: switch to 3.10

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38224 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomvebu: add 3.10 support
luka [Fri, 27 Sep 2013 01:52:25 +0000 (01:52 +0000)]
mvebu: add 3.10 support

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38223 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: fix typo
luka [Thu, 26 Sep 2013 22:43:06 +0000 (22:43 +0000)]
build: fix typo

vfp3 should be named vfpv3

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38222 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoinclude/target.mk: fix spacing
luka [Thu, 26 Sep 2013 21:53:08 +0000 (21:53 +0000)]
include/target.mk: fix spacing

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38221 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoopkg: add build variant with signature support
cyrus [Thu, 26 Sep 2013 19:51:03 +0000 (19:51 +0000)]
opkg: add build variant with signature support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38220 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agorb532: fix initramfs image creation (#14215)
florian [Thu, 26 Sep 2013 19:16:19 +0000 (19:16 +0000)]
rb532: fix initramfs image creation (#14215)

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38219 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel/3.10: use backported patch for PMC SPI flash support
juhosg [Thu, 26 Sep 2013 18:01:57 +0000 (18:01 +0000)]
kernel/3.10: use backported patch for PMC SPI flash support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38218 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel/3.10: add '003-11-' prefix for patches backported from 3.11
juhosg [Thu, 26 Sep 2013 18:01:49 +0000 (18:01 +0000)]
kernel/3.10: add '003-11-' prefix for patches backported from 3.11

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38217 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel/3.9: add missing config symbols
juhosg [Thu, 26 Sep 2013 17:58:17 +0000 (17:58 +0000)]
kernel/3.9: add missing config symbols

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38216 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel/3.8: add missing config symbols
juhosg [Thu, 26 Sep 2013 17:58:16 +0000 (17:58 +0000)]
kernel/3.8: add missing config symbols

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38215 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: include the cpu type as part of the toolchain/target directory name
nbd [Thu, 26 Sep 2013 17:53:32 +0000 (17:53 +0000)]
build: include the cpu type as part of the toolchain/target directory name

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38214 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: unify powerpc target cflags
nbd [Thu, 26 Sep 2013 17:53:28 +0000 (17:53 +0000)]
build: unify powerpc target cflags

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38213 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: unify x86 target cflags
nbd [Thu, 26 Sep 2013 17:53:24 +0000 (17:53 +0000)]
build: unify x86 target cflags

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38212 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: unify arm target cflags
nbd [Thu, 26 Sep 2013 17:53:20 +0000 (17:53 +0000)]
build: unify arm target cflags

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38211 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: unify mips target cflags
nbd [Thu, 26 Sep 2013 17:53:14 +0000 (17:53 +0000)]
build: unify mips target cflags

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38210 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: clean up default cflags handling
nbd [Thu, 26 Sep 2013 17:53:09 +0000 (17:53 +0000)]
build: clean up default cflags handling

- reduce redundancy
- introduce a CPU_TYPE variable for cpu specific options

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38209 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] uboot-imx6: fix typo in nitrogen6dlXg
luka [Thu, 26 Sep 2013 09:03:47 +0000 (09:03 +0000)]
[package] uboot-imx6: fix typo in nitrogen6dlXg

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38205 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] uboot-imx6: add support for Nitrogen6x boards
luka [Thu, 26 Sep 2013 08:36:12 +0000 (08:36 +0000)]
[package] uboot-imx6: add support for Nitrogen6x boards

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38204 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] uboot-imx6: alphabetize wandboard variants
luka [Thu, 26 Sep 2013 08:36:09 +0000 (08:36 +0000)]
[package] uboot-imx6: alphabetize wandboard variants

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38203 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: enable XZ_DEC_BCJ and XZ_DEC_ARM
luka [Wed, 25 Sep 2013 23:35:55 +0000 (23:35 +0000)]
imx6: enable XZ_DEC_BCJ and XZ_DEC_ARM

squashfs is unable to decompress some blocks without that:

[    1.880530] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[    1.887268] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[    1.893889] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[    1.900636] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[    1.907275] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[    1.913994] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[    1.920631] SQUASHFS error: Unable to read page, block bc77a, size 14c50

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38202 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: fix spi on gw5400-a
luka [Wed, 25 Sep 2013 23:35:54 +0000 (23:35 +0000)]
imx6: fix spi on gw5400-a

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38201 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm53xx: bgmac: use srab switch driver
hauke [Wed, 25 Sep 2013 21:49:12 +0000 (21:49 +0000)]
bcm53xx: bgmac: use srab switch driver

use the srab switch driver on these SoCs.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38200 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm53xx: update bgmac driver
hauke [Wed, 25 Sep 2013 21:47:25 +0000 (21:47 +0000)]
bcm53xx: update bgmac driver

Update the bgmac driver with the patches already used for bcm47xx target.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38199 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: b53: add Register Access Bridge Registers (SRAB) interface
hauke [Wed, 25 Sep 2013 21:44:28 +0000 (21:44 +0000)]
kernel: b53: add Register Access Bridge Registers (SRAB) interface

The SRAB interface is used on BCM4707 and BCM5301X SoCs.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38198 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: create firmware partition from MyLoader partition parser
juhosg [Wed, 25 Sep 2013 20:13:12 +0000 (20:13 +0000)]
kernel: create firmware partition from MyLoader partition parser

This is in preparation for sysupgrade support for Compex devices.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38197 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimage: generate separate jffs2 images w/o padding
juhosg [Wed, 25 Sep 2013 20:03:20 +0000 (20:03 +0000)]
image: generate separate jffs2 images w/o padding

The new root.jffs2-*-raw images can be used for firmware
images with custom padding requirements.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38196 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agotools/padjffs2: allow to specify extra offset
juhosg [Wed, 25 Sep 2013 20:03:19 +0000 (20:03 +0000)]
tools/padjffs2: allow to specify extra offset

This will be useful for firmware images which are
using a custom header.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38195 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoavr32: optimize image generation
juhosg [Wed, 25 Sep 2013 19:32:34 +0000 (19:32 +0000)]
avr32: optimize image generation

 - remove the kernel+rootfs partitions from the MTD partition map,
 - use a temporary directory for intermediate image files,
 - append the root squashfs directly to the kernel,
 - don't hardcode uImage size in the jffs2 images,

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38194 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoavr32: enable the new mtdsplit code
juhosg [Wed, 25 Sep 2013 19:32:33 +0000 (19:32 +0000)]
avr32: enable the new mtdsplit code

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38193 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: use correct board id for TL-MR3040 v2
juhosg [Wed, 25 Sep 2013 18:42:14 +0000 (18:42 +0000)]
ar71xx: use correct board id for TL-MR3040 v2

Fix the image building code so that the kernel correctly
distinguishes between hardware revisions.

Signed-off-by: Mads Hansen <d@taba.se>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38192 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: add user-space support for TL-MR3040 v2
juhosg [Wed, 25 Sep 2013 18:42:11 +0000 (18:42 +0000)]
ar71xx: add user-space support for TL-MR3040 v2

Signed-off-by: Mads Hansen <d@taba.se>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38191 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: improve kernel support for the TL-MR3040 v2
juhosg [Wed, 25 Sep 2013 18:42:10 +0000 (18:42 +0000)]
ar71xx: improve kernel support for the TL-MR3040 v2

This patch adds support for the hardware slide switch on
the TL-MR3040 v2.

Signed-off-by: Mads Hansen <d@taba.se>
[juhosg: use EV_SW instead of EV_KEY]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38190 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: add support for gw51xx
luka [Wed, 25 Sep 2013 18:07:24 +0000 (18:07 +0000)]
imx6: add support for gw51xx

The Gateworks GW51xx family of products is based on the Freescale
i.MX6DL SoC and offers a small form-factor with peripherals such as:

 - i.MX6DL 512MB DDR3
 - 256MB NAND FLASH
 - 1x PCIe
 - 1x USB EHCI (to PCIe socket)
 - 1x USB OTG
 - HDMI out
 - Analog Video in
 - Gateworks System Controller

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38189 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: add support for gw54xx
luka [Wed, 25 Sep 2013 18:07:20 +0000 (18:07 +0000)]
imx6: add support for gw54xx

The Gateworks GW54xx family of products is based on the Freescale
i.MX6Q SoC and offers a large variety of peripherals such as:

  - i.MX6Q 1GB DDR3 (standard)
  - 256MB NAND FLASH (standard)
  - 6x PCIe (3x with USB)
    - Optional expansion for additional USB/PCI based periperhals
  - 1x USB EHCI
  - 1x USB OTG
  - HDMI Audio/Video in/out
  - Analog Video in/out
  - Analog Audio in/out
  - Gateworks System Controller

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38188 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackage/kernel: add support for industrial-io and AD799x
juhosg [Wed, 25 Sep 2013 18:00:35 +0000 (18:00 +0000)]
package/kernel: add support for industrial-io and AD799x

Add support for industrial IO core and (still staging)
driver for AD799x, a high precision I2C ADC family.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
[juhosg: update subject, reformat commit message]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38187 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackage/kernel: add hwmon driver for ADT7410
juhosg [Wed, 25 Sep 2013 18:00:34 +0000 (18:00 +0000)]
package/kernel: add hwmon driver for ADT7410

Add support for the ADT7410 hwmon driver, a high precision
I2C temperature sensor.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
[juhosg: update subject, reformat commit message]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38186 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackage/kernel: move I2C-GPIO drivers from i2c.mk to other.mk
juhosg [Wed, 25 Sep 2013 18:00:33 +0000 (18:00 +0000)]
package/kernel: move I2C-GPIO drivers from i2c.mk to other.mk

Move pca953x support from i2c.mk to other.mk, where other
GPIO drivers are located. Remove duplicate pcf857x support
from i2c.mk.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
[juhosg: update subject, and reformat commit message]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38185 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6: update gw5400-a dts cleanup
luka [Wed, 25 Sep 2013 17:55:38 +0000 (17:55 +0000)]
imx6: update gw5400-a dts cleanup

- remove dead code
- alphabatize

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38184 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoatheros: fix kernel warning about usage of reset gpio
juhosg [Wed, 25 Sep 2013 17:51:12 +0000 (17:51 +0000)]
atheros: fix kernel warning about usage of reset gpio

During a reset the gpiolib warns about using the reset gpio
without explicit requesting it before:

[  147.930000] ------------[ cut here ]------------
[  147.930000] WARNING: at drivers/gpio/gpiolib.c:103 gpio_ensure_requested+0x68/0xcc()
[  147.930000] autorequest GPIO-5
[  147.930000] Modules linked in: ath5k ath mac80211 ipv6 cfg80211 compat arc4 crypto_blkcipher aead gpio_button_hotplug
[  147.930000] Call Trace:
[  147.930000] [<8004e3bc>] dump_stack+0x8/0x34
[  147.930000] [<80058430>] warn_slowpath_common+0x78/0xa4
[  147.930000] [<800584e4>] warn_slowpath_fmt+0x2c/0x38
[  147.930000] [<80166f18>] gpio_ensure_requested+0x68/0xcc
[  147.930000] [<80167264>] gpio_direction_output+0xdc/0x168
[  147.930000] [<8004aba8>] ar2315_restart+0x28/0x54
[  147.930000] [<80069778>] sys_reboot+0x178/0x1c0
[  147.930000] [<80043670>] stack_done+0x20/0x40
[  147.930000]
[  147.930000] ---[ end trace 2c7a53d8549562d6 ]---

This is fixed with this patch by using another gpiolib api call
which includes the missing request.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38183 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel/3.10: refresh all target patches
juhosg [Wed, 25 Sep 2013 17:13:24 +0000 (17:13 +0000)]
kernel/3.10: refresh all target patches

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38182 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: sync 3.10 configs
juhosg [Wed, 25 Sep 2013 16:39:23 +0000 (16:39 +0000)]
ramips: sync 3.10 configs

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38181 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq/3.10: unbreak the mtd-split patch
juhosg [Wed, 25 Sep 2013 16:22:04 +0000 (16:22 +0000)]
lantiq/3.10: unbreak the mtd-split patch

Compile tested only.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38180 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel/3.10: add upstream commit id to the backported hso patches
juhosg [Wed, 25 Sep 2013 14:38:57 +0000 (14:38 +0000)]
kernel/3.10: add upstream commit id to the backported hso patches

Also remove the internal patch numbers.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38179 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel/3.10: refresh patches
juhosg [Wed, 25 Sep 2013 14:38:56 +0000 (14:38 +0000)]
kernel/3.10: refresh patches

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38178 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoavr32: remove 3.8 support
juhosg [Wed, 25 Sep 2013 13:34:52 +0000 (13:34 +0000)]
avr32: remove 3.8 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38175 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoavr32: switch to 3.10
juhosg [Wed, 25 Sep 2013 13:34:51 +0000 (13:34 +0000)]
avr32: switch to 3.10

It works:
    _______                     ________        __
   |       |.-----.-----.-----.|  |  |  |.----.|  |_
   |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
   |_______||   __|_____|__|__||________||__|  |____|
            |__| W I R E L E S S   F R E E D O M
   -----------------------------------------------------
   BARRIER BREAKER (Bleeding Edge, r38163)
   -----------------------------------------------------
    * 1/2 oz Galliano         Pour all ingredients into
    * 4 oz cold Coffee        an irish coffee mug filled
    * 1 1/2 oz Dark Rum      with crushed ice. Stir.
    * 2 tsp. Creme de Cacao
   -----------------------------------------------------
  root@OpenWrt:/# uname -a
  Linux OpenWrt 3.10.12 #1 Tue Sep 24 18:47:12 CEST 2013 avr32 GNU/Linux
  root@OpenWrt:/# cat /proc/cpuinfo
  processor       : 0
  chip type       : AT32AP700x revision C
  cpu arch        : AVR32B revision 1
  cpu core        : AP7 revision 0
  cpu MHz         : 140.000
  i-cache         : 16K (4 ways x 128 sets x 32)
  d-cache         : 16K (4 ways x 128 sets x 32)
  features        : dsp simd ocd perfctr java
  bogomips        : 281.23
  root@OpenWrt:/#

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38174 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoavr32: add support for 3.10
juhosg [Wed, 25 Sep 2013 13:33:49 +0000 (13:33 +0000)]
avr32: add support for 3.10

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38173 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofeeds: enable cloning of specific git commit
luka [Wed, 25 Sep 2013 13:02:55 +0000 (13:02 +0000)]
feeds: enable cloning of specific git commit

Following syntax should be used to enable this feature:

src-git custom git://openwrt/custom-feed^SHA_COMMIT_ID

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38172 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouhttpd: fix appending https ports to cmdline
nbd [Wed, 25 Sep 2013 07:44:48 +0000 (07:44 +0000)]
uhttpd: fix appending https ports to cmdline

Otherwise it is started only on non-secure ports.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38171 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] quilt: update to 0.60
luka [Tue, 24 Sep 2013 20:01:03 +0000 (20:01 +0000)]
[tools] quilt: update to 0.60

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38170 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] bison: update to 3.0
luka [Tue, 24 Sep 2013 20:01:02 +0000 (20:01 +0000)]
[tools] bison: update to 3.0

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38169 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] m4: update to 1.4.17
luka [Tue, 24 Sep 2013 20:01:00 +0000 (20:01 +0000)]
[tools] m4: update to 1.4.17

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38168 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] sdcc: drop tool, it is not used since r31227
luka [Tue, 24 Sep 2013 16:21:30 +0000 (16:21 +0000)]
[tools] sdcc: drop tool, it is not used since r31227

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38167 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouml: work around mangled parameter handling for ubd
cyrus [Tue, 24 Sep 2013 13:36:42 +0000 (13:36 +0000)]
uml: work around mangled parameter handling for ubd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38166 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouml: fix some kernel compilation issues with GCC
cyrus [Tue, 24 Sep 2013 13:36:38 +0000 (13:36 +0000)]
uml: fix some kernel compilation issues with GCC

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38165 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouml: work-around console issue with procd
cyrus [Tue, 24 Sep 2013 13:36:33 +0000 (13:36 +0000)]
uml: work-around console issue with procd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38164 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoppc44x: remove 3.8 support
juhosg [Tue, 24 Sep 2013 13:17:48 +0000 (13:17 +0000)]
ppc44x: remove 3.8 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38163 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoppc44x: switch to 3.10
juhosg [Tue, 24 Sep 2013 13:17:47 +0000 (13:17 +0000)]
ppc44x: switch to 3.10

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38162 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoppc44x: add support for 3.10
juhosg [Tue, 24 Sep 2013 13:17:46 +0000 (13:17 +0000)]
ppc44x: add support for 3.10

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38161 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agorb532: remove 3.8 support
juhosg [Tue, 24 Sep 2013 13:17:45 +0000 (13:17 +0000)]
rb532: remove 3.8 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38160 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agorb532: switch 3.10
juhosg [Tue, 24 Sep 2013 13:17:43 +0000 (13:17 +0000)]
rb532: switch 3.10

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38159 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agorb532: add support for 3.10
juhosg [Tue, 24 Sep 2013 13:17:42 +0000 (13:17 +0000)]
rb532: add support for 3.10

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38158 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agorb532: image: fix broken ifneq statement
juhosg [Tue, 24 Sep 2013 13:17:39 +0000 (13:17 +0000)]
rb532: image: fix broken ifneq statement

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38157 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agorb532: remove trailing whitespaces from image/Makefile
juhosg [Tue, 24 Sep 2013 13:17:38 +0000 (13:17 +0000)]
rb532: remove trailing whitespaces from image/Makefile

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38156 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: image: simplify mynet_n600_mtdlayout
juhosg [Tue, 24 Sep 2013 12:19:57 +0000 (12:19 +0000)]
ar71xx: image: simplify mynet_n600_mtdlayout

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38155 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: enable the Seama firmware parser
juhosg [Tue, 24 Sep 2013 12:19:54 +0000 (12:19 +0000)]
ar71xx: enable the Seama firmware parser

It will be used for the WD My Net N600 board.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38154 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: update the Image/Build/WZRHP macro
juhosg [Tue, 24 Sep 2013 09:36:26 +0000 (09:36 +0000)]
ar71xx: update the Image/Build/WZRHP macro

 - 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38153 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: image: use a common macro for Buffalo WZRHP devices
juhosg [Tue, 24 Sep 2013 09:36:25 +0000 (09:36 +0000)]
ar71xx: image: use a common macro for Buffalo WZRHP devices

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38152 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: image: update Image/Build/CameoAP94 macro
juhosg [Tue, 24 Sep 2013 08:14:44 +0000 (08:14 +0000)]
ar71xx: image: update Image/Build/CameoAP94 macro

 - 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38151 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: image: use a common macro for Cameo AP94 based devices
juhosg [Tue, 24 Sep 2013 08:14:43 +0000 (08:14 +0000)]
ar71xx: image: use a common macro for Cameo AP94 based devices

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38150 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: image: use the board name for temporary mtdpart files
juhosg [Tue, 24 Sep 2013 06:13:14 +0000 (06:13 +0000)]
ar71xx: image: use the board name for temporary mtdpart files

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38149 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: update the Image/Build/UBNT2 macro
juhosg [Tue, 24 Sep 2013 05:58:34 +0000 (05:58 +0000)]
ar71xx: update the Image/Build/UBNT2 macro

 - 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38148 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: build intramfs images for the Ubiquiti XM boards
juhosg [Tue, 24 Sep 2013 05:58:32 +0000 (05:58 +0000)]
ar71xx: build intramfs images for the Ubiquiti XM boards

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38147 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: image: use a common macro for UBNTXM/UBNTDEV
juhosg [Tue, 24 Sep 2013 05:58:31 +0000 (05:58 +0000)]
ar71xx: image: use a common macro for UBNTXM/UBNTDEV

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38146 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoiwinfo: add Ubiquiti WispStation M5 to hardware.txt
juhosg [Tue, 24 Sep 2013 05:58:29 +0000 (05:58 +0000)]
iwinfo: add Ubiquiti WispStation M5 to hardware.txt

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38145 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] fix various init scripts
luka [Mon, 23 Sep 2013 21:58:36 +0000 (21:58 +0000)]
[package] fix various init scripts

Changes include:

* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38142 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: image: update Image/Build/WHRHPG300N macro
juhosg [Mon, 23 Sep 2013 19:49:27 +0000 (19:49 +0000)]
ar71xx: image: update Image/Build/WHRHPG300N macro

 - 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38141 3c298f89-4303-0410-b956-a3cf2f4a3e73