aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update to kernel 3.9.10 and refresh patchesHauke Mehrtens2013-07-138-28/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix ar933x watchdog clock (#13866)Felix Fietkau2013-07-132-0/+30
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: proc gets mounted without this patchHauke Mehrtens2013-07-131-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: remove obsolete hotplug stuffHauke Mehrtens2013-07-132-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: tweak mac address allocationFelix Fietkau2013-07-131-1/+1
| | | | | | | | | | | 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
* bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCsHauke Mehrtens2013-07-1215-0/+1428
| | | | | | | | | | | | 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
* mac80211: reconfigure in Build/Compile instead of Build/Configure to catch ↵Felix Fietkau2013-07-121-2/+2
| | | | | | | | 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
* mac80211: merge a fix for PS-Poll handling, refresh patchesFelix Fietkau2013-07-123-5/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove bogus module params from compat.koFelix Fietkau2013-07-121-0/+34
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add carambola2 supportJohn Crispin2013-07-1110-147/+456
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: update to latest git revisionJohn Crispin2013-07-111-1/+1
| | | | | | | | 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
* lantiq: revert 36778 as it breaks irq assignment to pci devicesJohn Crispin2013-07-111-10/+2
| | | | | | | 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
* procd: make the log port default to 514 if none is specifiedJohn Crispin2013-07-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: move codel from kmod-sched-core to kmod-sched, it is rarely neededFelix Fietkau2013-07-111-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a patch that reduces module size by removing non-essential ↵Felix Fietkau2013-07-116-0/+603
| | | | | | | | 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
* kernel: make libsas depend on x86Felix Fietkau2013-07-111-0/+1
| | | | | | | | | | 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
* kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually ↵Felix Fietkau2013-07-116-6/+6
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not neededFelix Fietkau2013-07-116-6/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: set priority of ath79_wdt to 1John Crispin2013-07-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: update to latest git versionJohn Crispin2013-07-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: add proto and trigger support to the /etc/init.d/logJohn Crispin2013-07-111-1/+8
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: add a small script that handles config reloads until configd is readyJohn Crispin2013-07-115-0/+20
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: the delete ubus call was passed the wrong field name for servicesJohn Crispin2013-07-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubox: upgrade to latest versionJohn Crispin2013-07-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: register a config.change triggerJohn Crispin2013-07-111-0/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: convert sysntpd init script to procdJohn Crispin2013-07-111-17/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: convert crond init script to procdJohn Crispin2013-07-111-7/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: convert telnet init script to procdJohn Crispin2013-07-111-6/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: run readlink on initscript name before opening servicesJohn Crispin2013-07-111-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-file: usbfs is no longer mounted under /proc/bus/usbJohn Crispin2013-07-111-9/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix TPLINK/TPLINKOLD initramfs images typosFlorian Fainelli2013-07-101-3/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708: drop support for 3.3 kernelFlorian Fainelli2013-07-1010-86421/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708: package the i2c master driver moduleFlorian Fainelli2013-07-101-0/+18
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708: package the SPI master controller driverFlorian Fainelli2013-07-101-0/+19
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a bunch of missing LCD Kconfig optionsFlorian Fainelli2013-07-101-0/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708: package the HW random moduleFlorian Fainelli2013-07-101-0/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: package the HW random core moduleFlorian Fainelli2013-07-102-1/+15
| | | | | | | | 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
* ar71xx: fix Netgear initramfs imagesFlorian Fainelli2013-07-101-3/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix some more issues with initramfs imagesFlorian Fainelli2013-07-101-12/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: move the XARGS variable out of the host checks, since a working xargs ↵Felix Fietkau2013-07-102-5/+1
| | | | | | | | 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
* ipset: force the shell to bash to fix build issues on mac os xFelix Fietkau2013-07-101-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* xtables-addons: update to version 2.3, adds linux 3.10 compatibilityFelix Fietkau2013-07-107-95/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rules.mk: use qstrip to reduce syntax highlighting issuesFelix Fietkau2013-07-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: add missing dependenciesFelix Fietkau2013-07-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make implicit alignment in struct pptp_addr explicit to fix ABI ↵Felix Fietkau2013-07-102-4/+24
| | | | | | | | 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
* Config.in: remove duplicate KERNEL_PERF_EVENTS symbolFelix Fietkau2013-07-101-4/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ubox: remove empty menu from block-mountLuka Perkov2013-07-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708: update maintainershipFlorian Fainelli2013-07-091-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708: switch to 3.10 kernelFlorian Fainelli2013-07-091-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm2708: add support for 3.10 kernelFlorian Fainelli2013-07-0917-0/+91057
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37218 3c298f89-4303-0410-b956-a3cf2f4a3e73