John Crispin
38ac6421bc
procd: update to latest git version
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36426
12 years ago
Felix Fietkau
5062838fa5
netifd: update to the latest version, fixes interface reload issues when removing the ifname option
...
SVN-Revision: 36424
12 years ago
Steven Barth
49f97af481
6relayd: Fix generation of RA-messages
...
SVN-Revision: 36419
12 years ago
Jo-Philipp Wich
a040ead1c5
iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on some architectures
...
SVN-Revision: 36417
12 years ago
Steven Barth
2c78c1457b
firewall3: Make IPv6 ULA-Border generation dynamic
...
This fixes working behind another router which gives out ULAs.
SVN-Revision: 36416
12 years ago
Jo-Philipp Wich
af30e5e6bb
Enable hidraw support.
...
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
12 years ago
Jo-Philipp Wich
2cea3d3949
Add kernel module package for hid-generic driver.
...
Needed to support e.g. keyboards and mice.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
SVN-Revision: 36414
12 years ago
Steven Barth
2dbcd2ba7b
6relayd: update package description
...
SVN-Revision: 36413
12 years ago
Steven Barth
e17ac4c257
dnsmasq: update to 2.66 Thanks to Christoph König for patches.
...
SVN-Revision: 36412
12 years ago
Steven Barth
21e4e2a766
odhcp6c: Set default SOL_MAX_RT to 1h
...
SVN-Revision: 36411
12 years ago
Felix Fietkau
d7908e02b5
hostapd: return the frequency to some ubus calls to make integration easier
...
SVN-Revision: 36410
12 years ago
Felix Fietkau
e119a8a107
mac80211: use the original mac address for the first virtual interface
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36408
12 years ago
Jonas Gorski
90986b5581
bcm63xx: update patches with upstream submissions
...
SVN-Revision: 36407
12 years ago
Jonas Gorski
2a1a16d2d5
bcm63xx: switch to linux 3.8
...
SVN-Revision: 36406
12 years ago
Jo-Philipp Wich
61a6f45cdc
lldpd: upgrade to 0.7.1
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 36401
12 years ago
Jo-Philipp Wich
f2f1233149
gettext-full: updated to 0.18.2.1
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36400
12 years ago
Jo-Philipp Wich
2da62933d7
libevent2: update to 2.0.21
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36399
12 years ago
Jo-Philipp Wich
d4d55b5ec7
libmnl: update to 1.0.3
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36398
12 years ago
Jo-Philipp Wich
1170442691
libnetfilter-conntrack: update to 1.0.3
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36397
12 years ago
Jonas Gorski
4f7ad789e4
polarssl: update to 1.2.6
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36396
12 years ago
Jonas Gorski
6ddfe0590c
ncurses: update to 5.9
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36395
12 years ago
Jonas Gorski
d1d01636b3
libnl: update to 3.2.21
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36394
12 years ago
Jonas Gorski
49799d344d
kernel: add kmod-mcp23s08 package
...
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
12 years ago
Steven Barth
4e8f7f37ed
Change default IPv6 config to enable DHCPv6-PD
...
SVN-Revision: 36384
12 years ago
Steven Barth
17b8c0c7b8
netifd: Improve IPv6-ULA assignment handling
...
SVN-Revision: 36383
12 years ago
Steven Barth
c96c05d549
odhcp6c: Several fixes and improvements * Add preliminary support for RFC 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
12 years ago
Steven Barth
1e78c3e297
6relayd: Add DHCPv6-PD server support, fix relaying in stateful mode
...
SVN-Revision: 36381
12 years ago
Felix Fietkau
a8a01b42ae
kernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL
...
SVN-Revision: 36378
12 years ago
Jo-Philipp Wich
f99a208b4f
uci: update to git head
...
- 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
12 years ago
Felix Fietkau
62244d73ae
hostapd: update to 2013-04-05
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36376
12 years ago
Felix Fietkau
45339e03de
scripts/config: warn on deprected "depends" syntax instead of throwing a syntax error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36375
12 years ago
Felix Fietkau
cd35ea2174
ar71xx: merge more unaligned access hacks from cerowrt-next
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36374
12 years ago
Jo-Philipp Wich
3c3ab8db27
feeds: fix syntax error
...
SVN-Revision: 36370
12 years ago
Jo-Philipp Wich
e2ffcdf927
feeds: add openwrt-routing feed and drop bmx6 feed which got merged into openwrt-routing
...
SVN-Revision: 36368
12 years ago
Felix Fietkau
f58dcb59c6
kernel: backport SSB/BCMA changes in preparation for a compat-wireless update
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36367
12 years ago
Gabor Juhos
f03960723a
linux/3.9: add missing config symbol
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36365
12 years ago
Gabor Juhos
e07848664c
linux/3.[89]: update bridge_remove_ipv6_dependency patch
...
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
12 years ago
Gabor Juhos
151cadfe32
kernel: update linux 3.8 to 3.8.8
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36363
12 years ago
Felix Fietkau
cf46e78b5f
build: fix make defconfig
...
SVN-Revision: 36362
12 years ago
Felix Fietkau
9d5510a500
build: add new menuconfig code based on linux 3.9
...
SVN-Revision: 36361
12 years ago
Felix Fietkau
97e7fdf6fd
toolchain: get rid of libc implementation symbol overloading
...
SVN-Revision: 36360
12 years ago
Felix Fietkau
eac3474257
toolchain: get rid of musl version kconfig symbol overloading
...
SVN-Revision: 36359
12 years ago
Felix Fietkau
68f2e7f940
toolchain: get rid of eglibc version kconfig symbol overloading
...
SVN-Revision: 36358
12 years ago
Felix Fietkau
4aa6663599
toolchain: get rid of uclibc version kconfig symbol overloading
...
SVN-Revision: 36356
12 years ago
Felix Fietkau
39463bf146
toolchain: get rid of gcc kconfig symbol overloading
...
SVN-Revision: 36355
12 years ago
Felix Fietkau
df10e201eb
mac80211: rework mac address allocation
...
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
12 years ago
Felix Fietkau
7b90f141df
build: add a CONFIG_MODULES symbol for compatibility with kernel menuconfig
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36352
12 years ago
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
12 years ago
Felix Fietkau
6d3c6e3053
busybox: remove old no-MMU hackery
...
SVN-Revision: 36350
12 years ago
John Crispin
e3003ea2a9
fix prepare_generic_squashfs
...
prepare_generic_squashfs was called twice on the generated images breaking mount_root
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36349
12 years ago