summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* boot: make use of kmodloader if it is availableJohn Crispin2013-04-251-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36428
* ubox: add ubox packageJohn Crispin2013-04-251-0/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36427
* procd: update to latest git versionJohn Crispin2013-04-251-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36426
* netifd: update to the latest version, fixes interface reload issues when ↵Felix Fietkau2013-04-251-2/+2
| | | | | | removing the ifname option SVN-Revision: 36424
* 6relayd: Fix generation of RA-messagesSteven Barth2013-04-241-2/+2
| | | | SVN-Revision: 36419
* iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on ↵Jo-Philipp Wich2013-04-243-5/+7
| | | | | | some architectures SVN-Revision: 36417
* firewall3: Make IPv6 ULA-Border generation dynamicSteven Barth2013-04-243-20/+16
| | | | | | This fixes working behind another router which gives out ULAs. SVN-Revision: 36416
* Enable hidraw support.Jo-Philipp Wich2013-04-241-1/+1
| | | | | | | | | | It's needed for dealing with certain UART-to-USB adapters built into e.g. weather stations, and increases the hid module package only slightly (e.g. on ar71xx: 35k -> 37k). Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36415
* Add kernel module package for hid-generic driver.Jo-Philipp Wich2013-04-241-0/+14
| | | | | | | | Needed to support e.g. keyboards and mice. Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36414
* 6relayd: update package descriptionSteven Barth2013-04-241-7/+6
| | | | SVN-Revision: 36413
* dnsmasq: update to 2.66 Thanks to Christoph König for patches.Steven Barth2013-04-244-54/+27
| | | | SVN-Revision: 36412
* odhcp6c: Set default SOL_MAX_RT to 1hSteven Barth2013-04-241-2/+2
| | | | SVN-Revision: 36411
* hostapd: return the frequency to some ubus calls to make integration easierFelix Fietkau2013-04-231-1/+3
| | | | SVN-Revision: 36410
* mac80211: use the original mac address for the first virtual interfaceFelix Fietkau2013-04-231-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36408
* bcm63xx: update patches with upstream submissionsJonas Gorski2013-04-2398-1467/+1871
| | | | SVN-Revision: 36407
* bcm63xx: switch to linux 3.8Jonas Gorski2013-04-231-1/+1
| | | | SVN-Revision: 36406
* lldpd: upgrade to 0.7.1Jo-Philipp Wich2013-04-231-3/+5
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 36401
* gettext-full: updated to 0.18.2.1Jo-Philipp Wich2013-04-234-79/+4
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36400
* libevent2: update to 2.0.21Jo-Philipp Wich2013-04-231-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36399
* libmnl: update to 1.0.3Jo-Philipp Wich2013-04-231-2/+2
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36398
* libnetfilter-conntrack: update to 1.0.3Jo-Philipp Wich2013-04-231-4/+4
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36397
* polarssl: update to 1.2.6Jonas Gorski2013-04-231-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36396
* ncurses: update to 5.9Jonas Gorski2013-04-233-14/+14
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36395
* libnl: update to 3.2.21Jonas Gorski2013-04-233-54/+8
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36394
* kernel: add kmod-mcp23s08 packageJonas Gorski2013-04-231-0/+16
| | | | | | | | | | | Package up the Microchip MCP23S08 I/O expander driver. Needed on the CalAmp LMU5000 board. Signed-off-by: Adam Porter <porter.adam@gmail.com> [jogo@openwrt.org: fix subject] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36393
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-2215-15/+15
| | | | SVN-Revision: 36384
* netifd: Improve IPv6-ULA assignment handlingSteven Barth2013-04-221-2/+2
| | | | SVN-Revision: 36383
* odhcp6c: Several fixes and improvements * Add preliminary support for RFC ↵Steven Barth2013-04-221-2/+2
| | | | | | 6603 prefix exclusion * Fix reconfigure-support and reconfigure authentication * Set maximum retransmission timeout for solicitations to 2h * Fix a segfault when parsing IA_PD in advertise messages SVN-Revision: 36382
* 6relayd: Add DHCPv6-PD server support, fix relaying in stateful modeSteven Barth2013-04-222-4/+4
| | | | SVN-Revision: 36381
* kernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULLFelix Fietkau2013-04-225-5/+5
| | | | SVN-Revision: 36378
* uci: update to git headJo-Philipp Wich2013-04-221-4/+4
| | | | | | | | - fixes memory leak in libuci when trying to open not existing configurations - fixes memory leak in libuci-lua when querying not existing sections or options - fixes handling of filenames with leading underscore SVN-Revision: 36377
* hostapd: update to 2013-04-05Felix Fietkau2013-04-2223-114/+105
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36376
* scripts/config: warn on deprected "depends" syntax instead of throwing a ↵Felix Fietkau2013-04-222-143/+158
| | | | | | | | syntax error Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36375
* ar71xx: merge more unaligned access hacks from cerowrt-nextFelix Fietkau2013-04-221-2/+231
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36374
* feeds: fix syntax errorJo-Philipp Wich2013-04-201-1/+1
| | | | SVN-Revision: 36370
* feeds: add openwrt-routing feed and drop bmx6 feed which got merged into ↵Jo-Philipp Wich2013-04-201-1/+1
| | | | | | openwrt-routing SVN-Revision: 36368
* kernel: backport SSB/BCMA changes in preparation for a compat-wireless updateFelix Fietkau2013-04-1915-194/+1264
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36367
* linux/3.9: add missing config symbolGabor Juhos2013-04-191-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36365
* linux/3.[89]: update bridge_remove_ipv6_dependency patchGabor Juhos2013-04-192-10/+10
| | | | | | | | | | | | Fixes the following warning: CC [M] net/ipv6/addrconf.o net/ipv6/addrconf.c: In function 'addrconf_init': net/ipv6/addrconf.c:4944:2: warning: assignment from incompatible pointer type [enabled by default] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36364
* kernel: update linux 3.8 to 3.8.8Gabor Juhos2013-04-1925-26/+26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36363
* build: fix make defconfigFelix Fietkau2013-04-181-1/+1
| | | | SVN-Revision: 36362
* build: add new menuconfig code based on linux 3.9Felix Fietkau2013-04-1835-3800/+5730
| | | | SVN-Revision: 36361
* toolchain: get rid of libc implementation symbol overloadingFelix Fietkau2013-04-181-5/+14
| | | | SVN-Revision: 36360
* toolchain: get rid of musl version kconfig symbol overloadingFelix Fietkau2013-04-182-12/+12
| | | | SVN-Revision: 36359
* toolchain: get rid of eglibc version kconfig symbol overloadingFelix Fietkau2013-04-182-9/+21
| | | | SVN-Revision: 36358
* toolchain: get rid of uclibc version kconfig symbol overloadingFelix Fietkau2013-04-182-10/+6
| | | | SVN-Revision: 36356
* toolchain: get rid of gcc kconfig symbol overloadingFelix Fietkau2013-04-182-25/+27
| | | | SVN-Revision: 36355
* mac80211: rework mac address allocationFelix Fietkau2013-04-171-10/+24
| | | | | | | | | | | | | | | | | | | If the first byte is available in the address mask, use only that one - set the local bit and xor it with the id << 2. This ensures that there are no hardware BSSID & BSSID-mask conflicts with devices that have almost the same MAC address with just a small offset. The MAC address conflict has been observed in a deployment with some devices from the same batch when running with multiple interfaces. If only some bits of the last byte are available, xor the id onto the last MAC address byte (relevant mostly for Ralink devices). In other cases (should not happen at this point), use the previous MAC address offset calculation but without the local bit. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36353
* build: add a CONFIG_MODULES symbol for compatibility with kernel menuconfigFelix Fietkau2013-04-171-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36352
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-1721-150/+150
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351