John Crispin
d55316af38
block-mount: drop package, ubox now does the job for us
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36988
12 years ago
John Crispin
08de6fcc12
hotplug2: procd does the hotplugging now
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36987
12 years ago
John Crispin
e3dcf2448f
util-linux: move package to package/system/utils
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36986
12 years ago
John Crispin
ed6e69444a
util-linux: fix endianess bug and stage libraries properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36985
12 years ago
Felix Fietkau
9e7adce6a4
libubox: update to latest version, fixes utf-8 corruption issues in blobmsg_json
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36984
12 years ago
Felix Fietkau
9bb0e9b9f1
ath9k_htc: fix idle mode handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36983
12 years ago
Steven Barth
5108318edb
6relayd: Fix DHCPv6-PD assignment logic
...
SVN-Revision: 36980
12 years ago
Hauke Mehrtens
07757044bf
mac80211: add rt2x00-mmio package to store the common parts for SoC and PCI access
...
This should fix a build error on ramips.
SVN-Revision: 36978
12 years ago
Felix Fietkau
b954cfdf6a
ath9k: fix cabq depth accounting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36977
12 years ago
Hauke Mehrtens
7cbbd24d64
acx-mac80211: make it compile with the new backports mac80211
...
SVN-Revision: 36976
12 years ago
Hauke Mehrtens
5c1d33b331
mac80211: libertas-sd depends on mmc
...
SVN-Revision: 36975
12 years ago
Hauke Mehrtens
ce6c46b5f7
mac80211: copy the backport-include files to staging_dir
...
SVN-Revision: 36974
12 years ago
Hauke Mehrtens
c37970cd5c
mac80211: do not use CPTCFG_SSB and CPTCFG_BCMA
...
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
12 years ago
Hauke Mehrtens
c86eeac435
mac80211: do not build RT2X00_LIB_XXX when XXX is not available in the kernel.
...
It was possible to select RT2X00_LIB_PCI without PCI being selected.
This closes #13720
mrkiko thanks for testing.
SVN-Revision: 36972
12 years ago
Steven Barth
de2a7547b7
6relayd: correctly set downstream routes for DHCPv6-PD
...
SVN-Revision: 36969
12 years ago
Felix Fietkau
b4babf9f81
netifd: update to latest version, fixes a NULL pointer deref bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36965
12 years ago
Jo-Philipp Wich
65f82e2311
firewall: update to git head
...
- fixes misprocessing of unknown symbolic protocol names
SVN-Revision: 36963
12 years ago
Jo-Philipp Wich
37ae268729
firewall: update to git head
...
- fixes calculation of IPv4 netmasks derived from 0.0.0.0/0 CIDRs
SVN-Revision: 36960
12 years ago
Steven Barth
5219d38da2
odhcp6c: Add option to override interface identifier in RA-client
...
SVN-Revision: 36959
12 years ago
Felix Fietkau
0f19cb3811
libubox: update to latest version, fixes uloop recursion issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36956
12 years ago
Felix Fietkau
33b35a7b53
ustream-ssl: update to latest version, fixes uhttpd infinite loop issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36955
12 years ago
Steven Barth
9f1899242c
netifd: IPv6: Fix sorting order in last commit.
...
SVN-Revision: 36952
12 years ago
Steven Barth
213269a8f7
netifd: Satisfy IPv6 assignments ordered by prefix length
...
SVN-Revision: 36950
12 years ago
Jo-Philipp Wich
541fbfbb9e
hostapd: correctly handle macfile uci option
...
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
12 years ago
Jo-Philipp Wich
dfea3bae11
dnsmasq: use host-record instead of address
...
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
12 years ago
Jo-Philipp Wich
265a2deba3
base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() to take ipv6-prefix-assignment into account, add further helper functions to fetch all ips of a given interface
...
SVN-Revision: 36942
12 years ago
Felix Fietkau
749e989215
ath9k: revert parts of the ANI changes in the latest mac80211 update to fix regressions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36941
12 years ago
Felix Fietkau
50f12e1b98
mac80211: fix disabling rfkill support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36940
12 years ago
Felix Fietkau
5ca4d24cd1
mac80211: update to wireless-testing 2013-06-13 + latest backport infrastructure
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36939
12 years ago
Jo-Philipp Wich
36d3fafd77
firewall: update to git head
...
- properly process intermediate "!" options in argument list (fixes negated ipsets)
SVN-Revision: 36935
12 years ago
Jo-Philipp Wich
0db38adf1c
firewall: update to git head
...
- fixes handling of reject target for rule sections with specific destination zone
SVN-Revision: 36933
12 years ago
Jo-Philipp Wich
1150e299bb
uhttpd: expose missing options to uci
...
SVN-Revision: 36932
12 years ago
Steven Barth
302cf427cb
odhcp6c: add sanity checks for NDP and MTU parameters from RAs
...
SVN-Revision: 36930
12 years ago
Hauke Mehrtens
4e0c649783
kernel: add dependencies for kernel 3.10
...
SVN-Revision: 36925
12 years ago
Steven Barth
4f0a0defa6
6relayd: make route preference and prefix on-link flag configurable
...
SVN-Revision: 36922
12 years ago
Steven Barth
33c620773d
base-files: remove unnecessary early sysctl-hack
...
SVN-Revision: 36920
12 years ago
Steven Barth
e2f33bedfa
base-files: set default IPv6 forwarding value to 1
...
SVN-Revision: 36918
12 years ago
Felix Fietkau
361670c9d0
uci: update to fix excessive reorder delta entry duplication ( #13678 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36915
12 years ago
Felix Fietkau
cf3643f586
libubox: update to latest version, fixes an uloop use-after-free bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36914
12 years ago
Steven Barth
f6dd266c97
iproute2: add drop-failed rule action (patch by Jonas Gorski)
...
SVN-Revision: 36910
12 years ago
Felix Fietkau
9fb5bf176e
netifd: update to latest version, uses the new uci/blob code from libuci
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36909
12 years ago
Felix Fietkau
69636a944a
uci: update to latest version, adds uci<->blobmsg conversion code from netifd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36908
12 years ago
Felix Fietkau
15f17901f9
libubox: update to latest version, adds some helper function
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36907
12 years ago
Steven Barth
5caa45d0b3
ppp: correctly handle address when reloading
...
SVN-Revision: 36904
12 years ago
Steven Barth
491deaed2c
netifd: improve reloading behaviour
...
SVN-Revision: 36903
12 years ago
John Crispin
e40f830383
lantiq: atm: Use a tasklet to handle incoming packets. Fix #12917 .
...
Incoming packets are now processes in a tasklet instead of in the
irq handler; this should improve latency.
This patch is based on a previous version of ltq-atm driver, which
did implement a tasklet.
It has been tested on a arv4518pw with a
Lantiq Danube for about a month and it seems to work well.
Signed-off-by: Luca Dariz <luca.dariz@gmail.com>
Tested-by: Luca Dariz <luca.dariz@gmail.com>
SVN-Revision: 36902
12 years ago
John Crispin
e078f649b5
procd: make the preinit rules wildcard all buttons for failsafe
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36896
12 years ago
John Crispin
9c01967ab7
procd: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36895
12 years ago
John Crispin
1c109c2653
ubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36894
12 years ago
John Crispin
1f52c5a72c
sysupgrade: create state file so procd knows when a sysupgrade is in progress
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36893
12 years ago