aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* base-files: procd is now the init processJohn Crispin2013-06-211-7/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36998
* busybox: procd is now the init processJohn Crispin2013-06-213-3/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36997
* base-files: procd init is now the default, remove files.oldJohn Crispin2013-06-2150-1349/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36996
* procd: update to latest git revisionJohn Crispin2013-06-211-15/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36995
* procd: fix hotplug rule to not return on default makedev triggerJohn Crispin2013-06-211-4/+1
| | | | | | | | this allows the subsystem trigger to also be called Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36994
* brcm47xx: dont manually insmod switch driversJohn Crispin2013-06-212-5/+1
| | | | | | Signed-off-by: John Crispin <bloic@openwrt.org> SVN-Revision: 36993
* ar71xx: drop procd_init console hackJohn Crispin2013-06-213-31/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36992
* hostapd: remove old button hotplug scriptJohn Crispin2013-06-211-7/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36991
* ubox: update to latest git versionJohn Crispin2013-06-212-5/+22
| | | | | | | | add block mount / extroot support Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36989
* block-mount: drop package, ubox now does the job for usJohn Crispin2013-06-2114-1044/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36988
* hotplug2: procd does the hotplugging nowJohn Crispin2013-06-219-794/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36987
* util-linux: move package to package/system/utilsJohn Crispin2013-06-214-0/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36986
* util-linux: fix endianess bug and stage libraries properlyJohn Crispin2013-06-212-5/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36985
* libubox: update to latest version, fixes utf-8 corruption issues in blobmsg_jsonFelix Fietkau2013-06-211-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36984
* ath9k_htc: fix idle mode handlingFelix Fietkau2013-06-211-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36983
* increase kernel partition size to fix boot issuesImre Kaloz2013-06-213-9/+9
| | | | SVN-Revision: 36982
* 6relayd: Fix DHCPv6-PD assignment logicSteven Barth2013-06-211-2/+2
| | | | SVN-Revision: 36980
* brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8Florian Fainelli2013-06-204-13/+8
| | | | | | | | | We currently used 16 DMA Ethernet channels, but the hardware only supports up to 8 (with 2 per enet and the remaining for USB slave). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36979
* mac80211: add rt2x00-mmio package to store the common parts for SoC and PCI ↵Hauke Mehrtens2013-06-201-8/+16
| | | | | | | | access This should fix a build error on ramips. SVN-Revision: 36978
* ath9k: fix cabq depth accountingFelix Fietkau2013-06-201-0/+19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36977
* acx-mac80211: make it compile with the new backports mac80211Hauke Mehrtens2013-06-191-2/+6
| | | | SVN-Revision: 36976
* mac80211: libertas-sd depends on mmcHauke Mehrtens2013-06-191-1/+1
| | | | SVN-Revision: 36975
* mac80211: copy the backport-include files to staging_dirHauke Mehrtens2013-06-191-0/+2
| | | | SVN-Revision: 36974
* mac80211: do not use CPTCFG_SSB and CPTCFG_BCMAHauke Mehrtens2013-06-191-0/+61
| | | | | | | | ssb and bcma are not build by compat-wireless / backports and the config symbols are also not taken from there. Use the in kernel config symbols. This fixes a build error in brcmsmac/led.c SVN-Revision: 36973
* mac80211: do not build RT2X00_LIB_XXX when XXX is not available in the kernel.Hauke Mehrtens2013-06-191-1/+4
| | | | | | | | | It was possible to select RT2X00_LIB_PCI without PCI being selected. This closes #13720 mrkiko thanks for testing. SVN-Revision: 36972
* 6relayd: correctly set downstream routes for DHCPv6-PDSteven Barth2013-06-191-2/+2
| | | | SVN-Revision: 36969
* linux-3.8: backport a leds-gpio.c crash fix (fixes #13721)Felix Fietkau2013-06-181-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36968
* tools/mkimage: add back a fixed version of 040-include_order.patch to fix ↵Felix Fietkau2013-06-181-0/+14
| | | | | | | | build errors on some systems (#12232) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36967
* netifd: update to latest version, fixes a NULL pointer deref bugFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36965
* firewall: update to git headJo-Philipp Wich2013-06-181-2/+2
| | | | | | - fixes misprocessing of unknown symbolic protocol names SVN-Revision: 36963
* firewall: update to git headJo-Philipp Wich2013-06-181-2/+2
| | | | | | - fixes calculation of IPv4 netmasks derived from 0.0.0.0/0 CIDRs SVN-Revision: 36960
* odhcp6c: Add option to override interface identifier in RA-clientSteven Barth2013-06-182-4/+6
| | | | SVN-Revision: 36959
* brcm63xx: refresh 3.9 patchesFlorian Fainelli2013-06-1840-96/+96
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36958
* brcm63xx: provide a default sane MAC address for Cable Modem devicesFlorian Fainelli2013-06-181-0/+26
| | | | | | | | | | Cable modem devices currently poke at some random location in RAM and may end up having an invalid MAC address which is not suitable. Provide a default one which is sane. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36957
* libubox: update to latest version, fixes uloop recursion issuesFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36956
* ustream-ssl: update to latest version, fixes uhttpd infinite loop issuesFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36955
* brcm63xx: create initramfs HCS imagesFlorian Fainelli2013-06-171-0/+8
| | | | | | | | | Cable Modem devices cannot load an ELF file directly so we need to provide them with a HCS image even when targetting initramfs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36954
* netifd: IPv6: Fix sorting order in last commit.Steven Barth2013-06-171-2/+2
| | | | SVN-Revision: 36952
* netifd: Satisfy IPv6 assignments ordered by prefix lengthSteven Barth2013-06-171-2/+2
| | | | SVN-Revision: 36950
* brcm63xx: simplify HCS image creationFlorian Fainelli2013-06-171-7/+2
| | | | | | | | | $(KDIR)/vmlinux is already a binary image, there is no need to create another one. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36949
* brcm63xx: remove support for 3.8 kernelFlorian Fainelli2013-06-17142-16198/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36948
* brcm63xx: switch to 3.9 kernelFlorian Fainelli2013-06-171-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36947
* brcm63xx: fix missing antislash in BCM6345 ethernet patchFlorian Fainelli2013-06-172-2/+2
| | | | | | | | | This would cause build failure when disabling support for particular CPUs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36946
* hostapd: correctly handle macfile uci optionJo-Philipp Wich2013-06-171-9/+24
| | | | | | | | | | | | | Make hostapd.sh correctly handle the macfile uci option. Such option specifies the macfile name to pass into the hostapd configuration file. Moreover, if a maclist option has been specified, copy the macfile before appending new entries. Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> SVN-Revision: 36944
* dnsmasq: use host-record instead of addressJo-Philipp Wich2013-06-172-23/+35
| | | | | | | | | | | Using "--address" for individual host A records is broken, use "--host-record" instead. The following patch changes dnsmasq.init to build individual host records using "--host-record" instead of "--address". Signed-off-by: Adam Gensler <openwrt at gnslr.us> [jow: shorter description, simplified shell script code] SVN-Revision: 36943
* base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() ↵Jo-Philipp Wich2013-06-171-43/+107
| | | | | | to take ipv6-prefix-assignment into account, add further helper functions to fetch all ips of a given interface SVN-Revision: 36942
* ath9k: revert parts of the ANI changes in the latest mac80211 update to fix ↵Felix Fietkau2013-06-161-0/+74
| | | | | | | | regressions Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36941
* mac80211: fix disabling rfkill supportFelix Fietkau2013-06-161-6/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36940
* mac80211: update to wireless-testing 2013-06-13 + latest backport infrastructureFelix Fietkau2013-06-1572-6043/+876
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36939
* kirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override (#13702)Felix Fietkau2013-06-151-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36937