openwrt.git
10 years agobrcm47xx: do not change nvram without user interaction
hauke [Sun, 14 Jul 2013 12:56:42 +0000 (12:56 +0000)]
brcm47xx: do not change nvram without user interaction

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

10 years agobroadcom-diag: make it work with kernel 3.10
hauke [Sun, 14 Jul 2013 11:30:31 +0000 (11:30 +0000)]
broadcom-diag: make it work with kernel 3.10

In kernel 3.10 the proc interface changed, this patch adds the changes needed for the new interface.

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

10 years agobroadcom-diag: check the correct value for not null.
hauke [Sun, 14 Jul 2013 11:28:37 +0000 (11:28 +0000)]
broadcom-diag: check the correct value for not null.

This also fixes a compile warning.

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

10 years agobroadcom-diag: reoder some parts.
hauke [Sun, 14 Jul 2013 11:26:35 +0000 (11:26 +0000)]
broadcom-diag: reoder some parts.

This was done to reduce the number of forward declaration needed.
This does not contain any real change in the code.

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

10 years agobusybox: disable features marked as broken (#13782)
nbd [Sun, 14 Jul 2013 11:00:59 +0000 (11:00 +0000)]
busybox: disable features marked as broken (#13782)

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

10 years agokernel: refresh patches for kernel 3.8.13
hauke [Sat, 13 Jul 2013 22:45:56 +0000 (22:45 +0000)]
kernel: refresh patches for kernel 3.8.13

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

10 years agokernel: update to kernel 3.10.1 and refresh patches
hauke [Sat, 13 Jul 2013 22:45:09 +0000 (22:45 +0000)]
kernel: update to kernel 3.10.1 and refresh patches

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

10 years agokernel: update to kernel 3.9.10 and refresh patches
hauke [Sat, 13 Jul 2013 22:43:10 +0000 (22:43 +0000)]
kernel: update to kernel 3.9.10 and refresh patches

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

10 years agoar71xx: fix ar933x watchdog clock (#13866)
nbd [Sat, 13 Jul 2013 22:29:53 +0000 (22:29 +0000)]
ar71xx: fix ar933x watchdog clock (#13866)

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

10 years agobrcm47xx: proc gets mounted without this patch
hauke [Sat, 13 Jul 2013 21:42:19 +0000 (21:42 +0000)]
brcm47xx: proc gets mounted without this patch

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

10 years agobrcm47xx: remove obsolete hotplug stuff
hauke [Sat, 13 Jul 2013 20:38:33 +0000 (20:38 +0000)]
brcm47xx: remove obsolete hotplug stuff

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

10 years agomac80211: tweak mac address allocation
nbd [Sat, 13 Jul 2013 11:39:48 +0000 (11:39 +0000)]
mac80211: tweak mac address allocation

Apparently there are some broken devices out there that have the local
bit already set in the factory MAC address. Move the | 0x2 over to the
other side of the xor operation to fix this without affecting devices
with proper addresses.

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

10 years agobcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs
hauke [Fri, 12 Jul 2013 13:46:27 +0000 (13:46 +0000)]
bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs

This was only tested on a Netgear R6250, but it could also work on
other devices when the correct images are generated.
It is only possible to boot into a ram disk, no Ethernet, Wifi, flash,
USB is supported.

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

10 years agomac80211: reconfigure in Build/Compile instead of Build/Configure to catch kernel...
nbd [Fri, 12 Jul 2013 08:10:19 +0000 (08:10 +0000)]
mac80211: reconfigure in Build/Compile instead of Build/Configure to catch kernel config changes

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

10 years agomac80211: merge a fix for PS-Poll handling, refresh patches
nbd [Fri, 12 Jul 2013 07:59:59 +0000 (07:59 +0000)]
mac80211: merge a fix for PS-Poll handling, refresh patches

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

10 years agomac80211: remove bogus module params from compat.ko
nbd [Fri, 12 Jul 2013 07:59:51 +0000 (07:59 +0000)]
mac80211: remove bogus module params from compat.ko

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

10 years agoar71xx: add carambola2 support
blogic [Thu, 11 Jul 2013 21:16:53 +0000 (21:16 +0000)]
ar71xx: add carambola2 support

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37260 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: update to latest git revision
blogic [Thu, 11 Jul 2013 21:16:43 +0000 (21:16 +0000)]
procd: update to latest git revision

this fixes a regression in the watchdog init code

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37259 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: revert 36778 as it breaks irq assignment to pci devices
blogic [Thu, 11 Jul 2013 21:16:34 +0000 (21:16 +0000)]
lantiq: revert 36778 as it breaks irq assignment to pci devices

Reported-by: Matti Laakso
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37258 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: make the log port default to 514 if none is specified
blogic [Thu, 11 Jul 2013 21:16:25 +0000 (21:16 +0000)]
procd: make the log port default to 514 if none is specified

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37257 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: move codel from kmod-sched-core to kmod-sched, it is rarely needed
nbd [Thu, 11 Jul 2013 20:56:30 +0000 (20:56 +0000)]
kernel: move codel from kmod-sched-core to kmod-sched, it is rarely needed

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

10 years agokernel: add a patch that reduces module size by removing non-essential information...
nbd [Thu, 11 Jul 2013 20:56:27 +0000 (20:56 +0000)]
kernel: add a patch that reduces module size by removing non-essential information (reduces default rootfs size by ~5k after lzma)

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

10 years agokernel: make libsas depend on x86
nbd [Thu, 11 Jul 2013 20:56:22 +0000 (20:56 +0000)]
kernel: make libsas depend on x86

It is only used by one driver that already depends on x86. Disabling it
prevents a few kilobytes of bloat from leaking into all targets via
CONFIG_BLK_DEV_BSG

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

10 years agokernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed
nbd [Thu, 11 Jul 2013 20:56:19 +0000 (20:56 +0000)]
kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed

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

10 years agokernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed
nbd [Thu, 11 Jul 2013 20:56:15 +0000 (20:56 +0000)]
kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed

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

10 years agoar71xx: set priority of ath79_wdt to 1
blogic [Thu, 11 Jul 2013 17:01:08 +0000 (17:01 +0000)]
ar71xx: set priority of ath79_wdt to 1

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37251 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: update to latest git version
blogic [Thu, 11 Jul 2013 17:01:03 +0000 (17:01 +0000)]
procd: update to latest git version

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37250 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: add proto and trigger support to the /etc/init.d/log
blogic [Thu, 11 Jul 2013 17:00:59 +0000 (17:00 +0000)]
procd: add proto and trigger support to the /etc/init.d/log

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37249 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: add a small script that handles config reloads until configd is ready
blogic [Thu, 11 Jul 2013 17:00:54 +0000 (17:00 +0000)]
procd: add a small script that handles config reloads until configd is ready

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37248 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: the delete ubus call was passed the wrong field name for services
blogic [Thu, 11 Jul 2013 17:00:49 +0000 (17:00 +0000)]
procd: the delete ubus call was passed the wrong field name for services

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37247 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoubox: upgrade to latest version
blogic [Thu, 11 Jul 2013 17:00:45 +0000 (17:00 +0000)]
ubox: upgrade to latest version

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37246 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agodropbear: register a config.change trigger
blogic [Thu, 11 Jul 2013 17:00:40 +0000 (17:00 +0000)]
dropbear: register a config.change trigger

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37245 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobase-files: convert sysntpd init script to procd
blogic [Thu, 11 Jul 2013 17:00:35 +0000 (17:00 +0000)]
base-files: convert sysntpd init script to procd

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37244 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobusybox: convert crond init script to procd
blogic [Thu, 11 Jul 2013 17:00:30 +0000 (17:00 +0000)]
busybox: convert crond init script to procd

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37243 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobusybox: convert telnet init script to procd
blogic [Thu, 11 Jul 2013 17:00:26 +0000 (17:00 +0000)]
busybox: convert telnet init script to procd

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37242 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobase-files: run readlink on initscript name before opening services
blogic [Thu, 11 Jul 2013 17:00:21 +0000 (17:00 +0000)]
base-files: run readlink on initscript name before opening services

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37241 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobase-file: usbfs is no longer mounted under /proc/bus/usb
blogic [Thu, 11 Jul 2013 17:00:17 +0000 (17:00 +0000)]
base-file: usbfs is no longer mounted under /proc/bus/usb

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37240 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: fix TPLINK/TPLINKOLD initramfs images typos
florian [Wed, 10 Jul 2013 21:28:34 +0000 (21:28 +0000)]
ar71xx: fix TPLINK/TPLINKOLD initramfs images typos

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

10 years agobrcm2708: drop support for 3.3 kernel
florian [Wed, 10 Jul 2013 19:43:11 +0000 (19:43 +0000)]
brcm2708: drop support for 3.3 kernel

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

10 years agobrcm2708: package the i2c master driver module
florian [Wed, 10 Jul 2013 19:43:07 +0000 (19:43 +0000)]
brcm2708: package the i2c master driver module

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

10 years agobrcm2708: package the SPI master controller driver
florian [Wed, 10 Jul 2013 19:43:02 +0000 (19:43 +0000)]
brcm2708: package the SPI master controller driver

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

10 years agokernel: add a bunch of missing LCD Kconfig options
florian [Wed, 10 Jul 2013 19:42:58 +0000 (19:42 +0000)]
kernel: add a bunch of missing LCD Kconfig options

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

10 years agobrcm2708: package the HW random module
florian [Wed, 10 Jul 2013 19:42:53 +0000 (19:42 +0000)]
brcm2708: package the HW random module

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

10 years agokernel: package the HW random core module
florian [Wed, 10 Jul 2013 19:42:48 +0000 (19:42 +0000)]
kernel: package the HW random core module

And update the crypto-hw-hifn-795x to use it.

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

10 years agoar71xx: fix Netgear initramfs images
florian [Wed, 10 Jul 2013 17:18:03 +0000 (17:18 +0000)]
ar71xx: fix Netgear initramfs images

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

10 years agoar71xx: fix some more issues with initramfs images
florian [Wed, 10 Jul 2013 15:22:47 +0000 (15:22 +0000)]
ar71xx: fix some more issues with initramfs images

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

10 years agobuild: move the XARGS variable out of the host checks, since a working xargs is built...
nbd [Wed, 10 Jul 2013 15:11:29 +0000 (15:11 +0000)]
build: move the XARGS variable out of the host checks, since a working xargs is built in tools/

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

10 years agoipset: force the shell to bash to fix build issues on mac os x
nbd [Wed, 10 Jul 2013 14:59:00 +0000 (14:59 +0000)]
ipset: force the shell to bash to fix build issues on mac os x

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

10 years agoxtables-addons: update to version 2.3, adds linux 3.10 compatibility
nbd [Wed, 10 Jul 2013 14:51:13 +0000 (14:51 +0000)]
xtables-addons: update to version 2.3, adds linux 3.10 compatibility

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

10 years agorules.mk: use qstrip to reduce syntax highlighting issues
nbd [Wed, 10 Jul 2013 14:51:09 +0000 (14:51 +0000)]
rules.mk: use qstrip to reduce syntax highlighting issues

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

10 years agofirewall: add missing dependencies
nbd [Wed, 10 Jul 2013 11:33:48 +0000 (11:33 +0000)]
firewall: add missing dependencies

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

10 years agoar71xx: make implicit alignment in struct pptp_addr explicit to fix ABI breakage...
nbd [Wed, 10 Jul 2013 11:33:43 +0000 (11:33 +0000)]
ar71xx: make implicit alignment in struct pptp_addr explicit to fix ABI breakage caused by the unaligned access hacks patch

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

10 years agoConfig.in: remove duplicate KERNEL_PERF_EVENTS symbol
nbd [Wed, 10 Jul 2013 07:51:47 +0000 (07:51 +0000)]
Config.in: remove duplicate KERNEL_PERF_EVENTS symbol

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

10 years ago[package] ubox: remove empty menu from block-mount
luka [Tue, 9 Jul 2013 23:17:33 +0000 (23:17 +0000)]
[package] ubox: remove empty menu from block-mount

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

10 years agobrcm2708: update maintainership
florian [Tue, 9 Jul 2013 20:53:13 +0000 (20:53 +0000)]
brcm2708: update maintainership

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

10 years agobrcm2708: switch to 3.10 kernel
florian [Tue, 9 Jul 2013 20:53:08 +0000 (20:53 +0000)]
brcm2708: switch to 3.10 kernel

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

10 years agobrcm2708: add support for 3.10 kernel
florian [Tue, 9 Jul 2013 20:52:49 +0000 (20:52 +0000)]
brcm2708: add support for 3.10 kernel

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

10 years agokernel: add missing configuration symbols used on ARM platforms
florian [Tue, 9 Jul 2013 20:52:23 +0000 (20:52 +0000)]
kernel: add missing configuration symbols used on ARM platforms

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

10 years agokernel: update PATCHES with a stricter policy
florian [Tue, 9 Jul 2013 20:52:07 +0000 (20:52 +0000)]
kernel: update PATCHES with a stricter policy

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

10 years agotools: remove stale reference to the find PrepareCommand Target
nbd [Tue, 9 Jul 2013 13:36:36 +0000 (13:36 +0000)]
tools: remove stale reference to the find PrepareCommand Target

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

10 years agoar71xx: add linux 3.10
nbd [Tue, 9 Jul 2013 12:52:18 +0000 (12:52 +0000)]
ar71xx: add linux 3.10

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

10 years agoscripts/download.pl: use HTTP instead of FTP for the default GNU site
nbd [Tue, 9 Jul 2013 12:52:12 +0000 (12:52 +0000)]
scripts/download.pl: use HTTP instead of FTP for the default GNU site

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

10 years agotools: add a package for findutils, Linux 3.10 need GNU xargs
nbd [Tue, 9 Jul 2013 12:52:08 +0000 (12:52 +0000)]
tools: add a package for findutils, Linux 3.10 need GNU xargs

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

10 years agokernel: debloat the lzma compress/decompress code some more
nbd [Tue, 9 Jul 2013 12:52:04 +0000 (12:52 +0000)]
kernel: debloat the lzma compress/decompress code some more

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

10 years agokernel: do not accept sysrq characters via serial port
nbd [Tue, 9 Jul 2013 12:52:00 +0000 (12:52 +0000)]
kernel: do not accept sysrq characters via serial port

many boards have a disconnected TTL level serial which can generate
some garbage that can lead to spurious false sysrq detects.

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

10 years agotools: do not build bc documentation (#13841)
florian [Tue, 9 Jul 2013 08:33:44 +0000 (08:33 +0000)]
tools: do not build bc documentation (#13841)

Building the "bc" documentation requires the "makeinfo" program to be
installed on the host.

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

10 years agokernel: add missing config symbol
jogo [Tue, 9 Jul 2013 07:51:09 +0000 (07:51 +0000)]
kernel: add missing config symbol

Should fix buildbot builds of ixp4xx.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37208 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx23: add gpio_sysfs support
wigyori [Mon, 8 Jul 2013 23:08:26 +0000 (23:08 +0000)]
imx23: add gpio_sysfs support

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37207 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: update to latest git revision
blogic [Mon, 8 Jul 2013 16:35:19 +0000 (16:35 +0000)]
procd: update to latest git revision

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37206 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: remove obseleted procd.init file
blogic [Mon, 8 Jul 2013 16:35:10 +0000 (16:35 +0000)]
procd: remove obseleted procd.init file

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37205 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobase-files: add 2 missing variable defines
blogic [Mon, 8 Jul 2013 16:35:02 +0000 (16:35 +0000)]
base-files: add 2 missing variable defines

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37204 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoralink: vlan offloading is causing problems. disable it
blogic [Mon, 8 Jul 2013 16:34:52 +0000 (16:34 +0000)]
ralink: vlan offloading is causing problems. disable it

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37203 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoralink: unbreak ralink i2c support
blogic [Mon, 8 Jul 2013 09:01:57 +0000 (09:01 +0000)]
ralink: unbreak ralink i2c support

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37202 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: unbreal of_i2c selection
blogic [Mon, 8 Jul 2013 09:01:52 +0000 (09:01 +0000)]
kernel: unbreal of_i2c selection

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37201 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoralink: add i2c-ralink kmod info
blogic [Mon, 8 Jul 2013 09:01:47 +0000 (09:01 +0000)]
ralink: add i2c-ralink kmod info

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37200 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoubox: add a uci-default script for fstab generation
blogic [Mon, 8 Jul 2013 09:01:42 +0000 (09:01 +0000)]
ubox: add a uci-default script for fstab generation

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37199 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: move dsl tools to package/network/config
blogic [Mon, 8 Jul 2013 09:01:38 +0000 (09:01 +0000)]
lantiq: move dsl tools to package/network/config

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37198 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] add bc as required by kernels 3.9+
wigyori [Mon, 8 Jul 2013 08:45:03 +0000 (08:45 +0000)]
[tools] add bc as required by kernels 3.9+

 - bc is required by the kernel to compute timeconsts files
 - fixes #13767.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37197 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolinux: refresh kernel configs with kconfig.pl
juhosg [Mon, 8 Jul 2013 08:40:22 +0000 (08:40 +0000)]
linux: refresh kernel configs with kconfig.pl

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

10 years agoar71xx: disable JTAG on TL-WR841N-v8/MR3420v2
juhosg [Mon, 8 Jul 2013 08:40:21 +0000 (08:40 +0000)]
ar71xx: disable JTAG on TL-WR841N-v8/MR3420v2

It also fixes USB Power on MR3420v2.

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

10 years agoar71xx: fix partition layout on Netgear WNDAP360
juhosg [Mon, 8 Jul 2013 08:40:20 +0000 (08:40 +0000)]
ar71xx: fix partition layout on Netgear WNDAP360

Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37193 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: fix for wrong eth0 mac assignment on Netgear WNDAP360
juhosg [Mon, 8 Jul 2013 08:40:18 +0000 (08:40 +0000)]
ar71xx: fix for wrong eth0 mac assignment on Netgear WNDAP360

Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37192 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: etop enable gbit port0
luka [Mon, 8 Jul 2013 07:11:59 +0000 (07:11 +0000)]
lantiq: etop enable gbit port0

Signed-off-by: Antonios Vamporakis <vamporakis@yahoo.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37191 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] ltq-hcd: remove prebuilt module
luka [Mon, 8 Jul 2013 00:37:50 +0000 (00:37 +0000)]
[package] ltq-hcd: remove prebuilt module

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

10 years ago[package] linux-atm: fix dependencies
luka [Mon, 8 Jul 2013 00:37:49 +0000 (00:37 +0000)]
[package] linux-atm: fix dependencies

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

10 years agokernel: disable zisofs and zlib by default, reduces kernel size after lzma by ~10k
nbd [Sat, 6 Jul 2013 14:49:24 +0000 (14:49 +0000)]
kernel: disable zisofs and zlib by default, reduces kernel size after lzma by ~10k

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

10 years agogettext-full: use portability header files for byteswapping on non-linux systems
nbd [Sat, 6 Jul 2013 14:49:20 +0000 (14:49 +0000)]
gettext-full: use portability header files for byteswapping on non-linux systems

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

10 years agogettext-full: add a patch to suppress duplicate definitions of error_print_progname...
nbd [Sat, 6 Jul 2013 14:49:16 +0000 (14:49 +0000)]
gettext-full: add a patch to suppress duplicate definitions of error_print_progname which break on some systems

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

10 years agogettext-full: refresh patches
nbd [Sat, 6 Jul 2013 14:49:12 +0000 (14:49 +0000)]
gettext-full: refresh patches

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

10 years agotools: include endian.h from byteswap.h to ensure that bswap_* is available
nbd [Sat, 6 Jul 2013 14:49:08 +0000 (14:49 +0000)]
tools: include endian.h from byteswap.h to ensure that bswap_* is available

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

10 years agoxfsprogs: disable blkid support to fix build errors
nbd [Sat, 6 Jul 2013 14:49:04 +0000 (14:49 +0000)]
xfsprogs: disable blkid support to fix build errors

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

10 years agoimx23: fix kernel module dependencies
nbd [Sat, 6 Jul 2013 14:48:56 +0000 (14:48 +0000)]
imx23: fix kernel module dependencies

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

10 years agogcc: fix up displayed version after r37179
nbd [Fri, 5 Jul 2013 09:16:08 +0000 (09:16 +0000)]
gcc: fix up displayed version after r37179

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

10 years agogcc: do not delete DATESTAMP and DEV-PHASE version info (fixes __GLIBCXX__ definition)
nbd [Fri, 5 Jul 2013 07:53:14 +0000 (07:53 +0000)]
gcc: do not delete DATESTAMP and DEV-PHASE version info (fixes __GLIBCXX__ definition)

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

10 years agolantiq: add device tree support for arv4519pw
luka [Fri, 5 Jul 2013 07:44:42 +0000 (07:44 +0000)]
lantiq: add device tree support for arv4519pw

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

10 years agofeeds.conf.default: switch packages feed to git (#13818)
nbd [Fri, 5 Jul 2013 02:04:40 +0000 (02:04 +0000)]
feeds.conf.default: switch packages feed to git (#13818)

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

10 years agoar71xx: merge patches [611-*,621-*] into 610-*
luka [Thu, 4 Jul 2013 23:31:39 +0000 (23:31 +0000)]
ar71xx: merge patches [611-*,621-*] into 610-*

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

10 years agoimx23: bump kernel to 3.10
wigyori [Thu, 4 Jul 2013 22:25:26 +0000 (22:25 +0000)]
imx23: bump kernel to 3.10

 - fix BOARDNAME
 - add profile for Olinuxino boards
 - prep image Makefile for u-boot inclusion, separate out bootlet build
 - update kernel config to reflect updated chipidea requirements
 - update rtc/watchdog config

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37175 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agotoolchain/musl: add version 0.9.11
luka [Thu, 4 Jul 2013 21:26:01 +0000 (21:26 +0000)]
toolchain/musl: add version 0.9.11

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

10 years agofirewall: allow routed lan<->lan traffic by default
jow [Thu, 4 Jul 2013 18:10:36 +0000 (18:10 +0000)]
firewall: allow routed lan<->lan traffic by default

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