John Crispin
f60cb8c3d9
ubox: add a uci-default script for fstab generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37199
2013-07-08 09:01:42 +00:00
John Crispin
fc40051569
lantiq: move dsl tools to package/network/config
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37198
2013-07-08 09:01:38 +00:00
Luka Perkov
8fdf418c96
ltq-hcd: remove prebuilt module
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37190
2013-07-08 00:37:50 +00:00
Luka Perkov
4a7439401b
linux-atm: fix dependencies
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37189
2013-07-08 00:37:49 +00:00
Felix Fietkau
b7edec4b36
gettext-full: use portability header files for byteswapping on non-linux systems
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37186
2013-07-06 14:49:20 +00:00
Felix Fietkau
b1e7072f51
gettext-full: add a patch to suppress duplicate definitions of error_print_progname which break on some systems
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37185
2013-07-06 14:49:16 +00:00
Felix Fietkau
9360b15176
gettext-full: refresh patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37184
2013-07-06 14:49:12 +00:00
Felix Fietkau
09551cd7c3
xfsprogs: disable blkid support to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37182
2013-07-06 14:49:04 +00:00
Jo-Philipp Wich
4aa82d07a6
firewall: allow routed lan<->lan traffic by default
...
SVN-Revision: 37171
2013-07-04 18:10:36 +00:00
Jo-Philipp Wich
2561bce232
lldpd: upgrade to 0.7.5
...
lldpd 0.7.1 has several alignment issues that trip a system configured
to fault on misaligned accesses. Version 0.7.5 fixes that along with a
few other minor issues.
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 37168
2013-07-04 16:57:03 +00:00
John Crispin
62cd76ab2c
px5g: creates certificates that expire in the past
...
the attached patch fixes a bug of px5g when instructed to build
certificates that expire after 2038-01-19, caused a multiplication that
may overflow the "to" variable of type time_t
Attached patch checks if "to" precedes "from": if so sets "to" to its
maximum value. Pretty rude, but works well even if certificate is set to
expire in a century
Signed-off-by: Federico Fissore <federico@fissore.org>
Patchork: http://patchwork.openwrt.org/patch/3749/
SVN-Revision: 37165
2013-07-04 13:31:32 +00:00
John Crispin
a1734998ee
kernel: fix 8250 ko name for 3.9
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37164
2013-07-04 13:31:28 +00:00
John Crispin
cb179cb262
mac80211: make rt2x00_soc depend on !rt3883
...
https://dev.openwrt.org/ticket/13777
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37162
2013-07-04 13:31:18 +00:00
John Crispin
e15a16bfd7
button-hotplug: Add KEY_POWER handling
...
When running OpenWrt within KVM KEY_POWER is generated from the ACPI
button driver when restarting or powering down the VM.
Extend button-hotplug to allow user space handlers for these events.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Patchwork: http://patchwork.openwrt.org/patch/3799/
SVN-Revision: 37160
2013-07-04 13:31:09 +00:00
John Crispin
6bd071724c
libubox: update to latest git revision
...
fixes bug in runqueue complete handling
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37159
2013-07-04 13:31:04 +00:00
John Crispin
988c6209a1
procd: bump to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37158
2013-07-04 13:30:59 +00:00
John Crispin
6884a8b59d
procd: extend shell binding with trigger support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37157
2013-07-04 13:30:55 +00:00
John Crispin
dae7f61f31
ubox: dont install lsbloader and symlink lsmod
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37156
2013-07-04 13:30:41 +00:00
Florian Fainelli
c6c0d9456c
trace-cmd: remove the compile fix patch
...
And instead override TARGET_CFLAGS to set _GNU_SOURCE accordingly since
this is the upstream maintainer solution.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37152
2013-07-03 17:23:55 +00:00
Steven Barth
e3a369e597
odhcp6c: avoid integer overflows in resend logic
...
SVN-Revision: 37150
2013-07-03 16:14:24 +00:00
Steven Barth
b9aa47d5b6
odhcp6c: add missing config parameter
...
SVN-Revision: 37148
2013-07-03 13:50:06 +00:00
Luka Perkov
b301d86102
usbutils: upgrade to version 007
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37141
2013-07-03 01:12:07 +00:00
Luka Perkov
2b6519b8c2
uboot-envtools: add support for imx6 target
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37136
2013-07-02 23:08:19 +00:00
Luka Perkov
d352ff6cac
uboot-envtools: upgrade to 2013.07-rc1
...
Support for writing on MMC devices has been added.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37135
2013-07-02 23:08:17 +00:00
Luka Perkov
6988613f7a
gpio-button-hotplug: add support for EV_SW
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37130
2013-07-02 10:45:31 +00:00
John Crispin
e06ab3831b
ubox: add e2fsck support
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37127
2013-07-02 09:35:08 +00:00
Felix Fietkau
4a86a26650
libjson-c: rename the libjson binary package to libjson-c, add a new libjson package with the compatibility library (to deal with the rename)
...
SVN-Revision: 37119
2013-07-01 15:36:12 +00:00
Jo-Philipp Wich
7e19bb1854
gettext-full: always use shipped libcroco, unbreaks build if a different libcroco is installed on the host ( #12539 )
...
Based on patch from Joerg Hollmann <Joerg.Hollmann@t-online.de>
SVN-Revision: 37115
2013-07-01 11:03:02 +00:00
Jo-Philipp Wich
7c197d9f0e
hostapd: truncate default mac file before adding entries to it ( #13797 )
...
SVN-Revision: 37114
2013-07-01 10:52:35 +00:00
Felix Fietkau
ee68734929
hostapd: fix multi-ssid and AP+STA, clean up code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37111
2013-06-30 21:01:13 +00:00
Felix Fietkau
60b040bbaf
hostapd: update to latest git version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37110
2013-06-30 20:27:38 +00:00
Felix Fietkau
16079fbd9a
rt2x00: fix rf id override for RT5350
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37109
2013-06-30 17:54:20 +00:00
Felix Fietkau
df7ce9301a
busybox: disable the watchdog utility by default (procd handles watchdog devices)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37106
2013-06-30 16:01:45 +00:00
Felix Fietkau
2d8990256c
mac80211: use a new tarball with updated backport code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37105
2013-06-30 14:49:14 +00:00
Felix Fietkau
12c033dfd9
mac80211: update to wireless-testing 2013-06-27, fix ATH_USER_REGD handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37097
2013-06-30 10:44:19 +00:00
Mirko Vogt
8221b89088
depend on libubox
...
SVN-Revision: 37092
2013-06-29 20:59:10 +00:00
Felix Fietkau
0f6e9c9fcc
gpio-button-hotplug: improve gpio button debouncing, verify state changes over multiple polls. fixes spurious failsafe triggers ( #13784 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37090
2013-06-29 19:01:49 +00:00
John Crispin
6406414a40
ubox: add support for delay_root option
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37088
2013-06-29 16:51:09 +00:00
Jo-Philipp Wich
2d506f46fb
firewall: update to git head
...
- uses custom formatting for mac addresses to ensure leading zeroes, required for older iptables mac match parser
SVN-Revision: 37082
2013-06-29 13:28:27 +00:00
Felix Fietkau
ae6fc0e4bd
ath9k: fix tx queue pending frame counter when dropping packets
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37081
2013-06-29 12:38:15 +00:00
Felix Fietkau
78ac19be04
mac80211: fix cck rate sampling in minstrel_ht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37078
2013-06-28 19:14:54 +00:00
John Crispin
9e65c50f4c
ubox: update to latest git revision
...
fixes a endianess bug inside the uuid code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37077
2013-06-28 14:43:34 +00:00
Felix Fietkau
dc2c976be2
e2fsprogs: change the so-version of libcom_err to prevent conflicts, move it into the libext2fs package, get rid of the pthread dependency
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37076
2013-06-28 11:27:31 +00:00
Felix Fietkau
cd296d4230
e2fsprogs: allow mklibs to strip libext2fs.so
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37075
2013-06-28 11:27:27 +00:00
Felix Fietkau
2c7530a622
ubus: fix ubus lua binding duplication
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37074
2013-06-28 11:27:24 +00:00
Felix Fietkau
512a3c5d81
kexec-tools: reduce size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37072
2013-06-28 11:27:16 +00:00
Felix Fietkau
ea5f9a7ba7
kexec-tools: make zlib support optional, but enabled by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37071
2013-06-28 11:27:13 +00:00
Felix Fietkau
6232a4300c
e2fsprogs: disable library installation
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37070
2013-06-28 11:27:09 +00:00
Felix Fietkau
9ef2c08f37
e2fsprogs: disable testio debug to reduce code size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37067
2013-06-28 11:26:58 +00:00
Felix Fietkau
1646855141
e2fsprogs: use -ffunction-sections, -fdata-sections, --gc-sections
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37066
2013-06-28 11:26:55 +00:00
Felix Fietkau
d383212f81
e2fsprogs: use the private version of blkid statically, it is significantly smaller than the external shared libblkid
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37065
2013-06-28 11:26:51 +00:00
Felix Fietkau
08a4d8b8e6
mdadm: strip support for intel/ddf hardware raid to significantly reduce code size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37064
2013-06-28 11:26:48 +00:00
Felix Fietkau
e0606b7af2
mdadm: remove mdassemble, it is redundant
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37063
2013-06-28 11:26:44 +00:00
Felix Fietkau
20df5d86af
mdadm: use -ffunction-sections, -fdata-sections, --gc-sections
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37062
2013-06-28 11:26:40 +00:00
Felix Fietkau
ec27ab9ac9
mdadm: add from /packages, add myself as maintainer
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37060
2013-06-28 11:26:33 +00:00
John Crispin
b1318530e3
ubox: update to latest git revision
...
* add pivot root support
* add back a /etc/init.d/fstab
* add "block mount/umount" support
* add anonymous swap/mount support
* add auto swap/mount support
* fix superflous error when inserting modules
* add back jffs2reset/jffs2mark
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37057
2013-06-28 11:22:05 +00:00
John Crispin
c4f5b5d0d5
procd: update to latest git revision
...
* fix ubus reconnect handling
* set global mask 0
* add respawn support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37056
2013-06-28 11:21:52 +00:00
Felix Fietkau
49bd0eb15a
libubox: update to latest version, fixes a bug in safe_list_del()
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37053
2013-06-28 11:07:15 +00:00
Steven Barth
d8051a8814
netifd: fix typo in dhcp script
...
SVN-Revision: 37051
2013-06-28 04:19:21 +00:00
Florian Fainelli
fe7c236a06
6relayd: prevent build on AVR32
...
AVR32 misses a bunch of updated syscalls, including timerfd_create()
which is used by 6relayd. Since that requires Linux/libc changes, just
prevent building it for now.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37040
2013-06-27 15:33:05 +00:00
Felix Fietkau
9e4d188e77
busybox: disable syslogd/klogd by default, procd replaces them
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37039
2013-06-27 11:06:35 +00:00
John Crispin
1761b7b370
mac80211: disable rt2x00 on mt7620a
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37037
2013-06-27 07:25:13 +00:00
Zoltan Herpai
82ae24602a
tools: add tools for i.MX23 boards
...
SVN-Revision: 37035
2013-06-26 10:15:29 +00:00
Steven Barth
cb66ed972b
odhcp6c: Add missing config option "ifaceid"
...
SVN-Revision: 37033
2013-06-25 05:18:20 +00:00
John Crispin
e7dbdad43b
hostapd: fix superflous coma
...
this cause the wps trigegr to be copied to the wrong place
https://dev.openwrt.org/ticket/13753
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37031
2013-06-24 16:44:18 +00:00
Steven Barth
111b480945
ubus: remove unused init-script
...
SVN-Revision: 37026
2013-06-24 12:38:30 +00:00
Steven Barth
eecce5abad
arptables: Bump to 0.0.4
...
SVN-Revision: 37020
2013-06-24 05:48:12 +00:00
Steven Barth
69cd09ebbf
6relayd: don't accidentally remove regular prefix routes
...
SVN-Revision: 37018
2013-06-23 16:26:09 +00:00
John Crispin
c7498282d2
util-linux: dont provide swapon/off
...
these are no provided either by busybox or block-mount
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37017
2013-06-23 15:51:33 +00:00
John Crispin
43a3d87b83
package: fix insmod on install
...
the procd changes broke the postinst insmod.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37015
2013-06-22 22:09:40 +00:00
Felix Fietkau
0f003be010
ath9k: fix a minor rcu issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37013
2013-06-22 13:59:55 +00:00
Steven Barth
f47c4c80d4
6relayd: fix lease-update behaviour for clients without reconfigure
...
SVN-Revision: 37011
2013-06-22 08:31:28 +00:00
Steven Barth
d0d5f109d8
6relayd: Keep PD-downstream across RENEW/REBIND
...
SVN-Revision: 37009
2013-06-22 08:19:25 +00:00
John Crispin
fdb8d23745
mac80211: fix compile error on rt2x00 when buildin for SoC
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37008
2013-06-21 16:54:46 +00:00
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
2013-06-21 16:54:37 +00:00
John Crispin
4c43cacce0
base-files: module loading is now handled by ubox/kmodloader
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37003
2013-06-21 16:53:59 +00:00
John Crispin
d0db343fc4
base-files: /etc/init.d/rcS is no longer needed, procd handles this for us now
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37002
2013-06-21 16:53:55 +00:00
John Crispin
533dfc39e3
base-files: drop 2 pointless hotplug trigger stubs
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37001
2013-06-21 16:53:51 +00:00
John Crispin
af95449273
base-files: procd is now the init process
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36998
2013-06-21 16:53:38 +00:00
John Crispin
f614f2915a
busybox: procd is now the init process
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36997
2013-06-21 16:53:30 +00:00
John Crispin
aa2fc19800
base-files: procd init is now the default, remove files.old
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36996
2013-06-21 16:53:26 +00:00
John Crispin
740d7c103f
procd: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36995
2013-06-21 16:53:22 +00:00
John Crispin
b0bb503c20
procd: fix hotplug rule to not return on default makedev trigger
...
this allows the subsystem trigger to also be called
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36994
2013-06-21 16:53:19 +00:00
John Crispin
39df8d1a45
brcm47xx: dont manually insmod switch drivers
...
Signed-off-by: John Crispin <bloic@openwrt.org>
SVN-Revision: 36993
2013-06-21 16:53:15 +00:00
John Crispin
4999ae4236
hostapd: remove old button hotplug script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36991
2013-06-21 16:53:07 +00:00
John Crispin
5ee45b4a75
ubox: update to latest git version
...
add block mount / extroot support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36989
2013-06-21 16:53:03 +00:00
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
2013-06-21 16:53:00 +00:00
John Crispin
08de6fcc12
hotplug2: procd does the hotplugging now
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36987
2013-06-21 16:52:56 +00:00
John Crispin
e3dcf2448f
util-linux: move package to package/system/utils
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36986
2013-06-21 16:52:52 +00:00
John Crispin
ed6e69444a
util-linux: fix endianess bug and stage libraries properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36985
2013-06-21 16:52:48 +00:00
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
2013-06-21 15:19:31 +00:00
Felix Fietkau
9bb0e9b9f1
ath9k_htc: fix idle mode handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36983
2013-06-21 10:57:35 +00:00
Steven Barth
5108318edb
6relayd: Fix DHCPv6-PD assignment logic
...
SVN-Revision: 36980
2013-06-21 06:15:09 +00:00
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
2013-06-20 15:03:28 +00:00
Felix Fietkau
b954cfdf6a
ath9k: fix cabq depth accounting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36977
2013-06-20 13:10:31 +00:00
Hauke Mehrtens
7cbbd24d64
acx-mac80211: make it compile with the new backports mac80211
...
SVN-Revision: 36976
2013-06-19 21:37:56 +00:00
Hauke Mehrtens
5c1d33b331
mac80211: libertas-sd depends on mmc
...
SVN-Revision: 36975
2013-06-19 21:36:52 +00:00
Hauke Mehrtens
ce6c46b5f7
mac80211: copy the backport-include files to staging_dir
...
SVN-Revision: 36974
2013-06-19 21:36:22 +00:00
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
2013-06-19 21:33:31 +00:00
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
2013-06-19 21:29:34 +00:00
Steven Barth
de2a7547b7
6relayd: correctly set downstream routes for DHCPv6-PD
...
SVN-Revision: 36969
2013-06-19 13:08:33 +00:00
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
2013-06-18 16:24:48 +00:00
Jo-Philipp Wich
65f82e2311
firewall: update to git head
...
- fixes misprocessing of unknown symbolic protocol names
SVN-Revision: 36963
2013-06-18 14:30:51 +00:00
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
2013-06-18 14:14:35 +00:00
Steven Barth
5219d38da2
odhcp6c: Add option to override interface identifier in RA-client
...
SVN-Revision: 36959
2013-06-18 12:51:14 +00:00
Felix Fietkau
0f19cb3811
libubox: update to latest version, fixes uloop recursion issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36956
2013-06-18 10:52:40 +00:00
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
2013-06-18 10:52:33 +00:00
Steven Barth
9f1899242c
netifd: IPv6: Fix sorting order in last commit.
...
SVN-Revision: 36952
2013-06-17 21:29:14 +00:00
Steven Barth
213269a8f7
netifd: Satisfy IPv6 assignments ordered by prefix length
...
SVN-Revision: 36950
2013-06-17 21:16:22 +00:00
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
2013-06-17 11:59:29 +00:00
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
2013-06-17 11:55:30 +00:00
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
2013-06-17 11:33:36 +00:00
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
2013-06-16 12:56:16 +00:00
Felix Fietkau
50f12e1b98
mac80211: fix disabling rfkill support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36940
2013-06-16 09:25:41 +00:00
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
2013-06-15 20:14:06 +00:00
Jo-Philipp Wich
36d3fafd77
firewall: update to git head
...
- properly process intermediate "!" options in argument list (fixes negated ipsets)
SVN-Revision: 36935
2013-06-13 18:54:49 +00:00
Jo-Philipp Wich
0db38adf1c
firewall: update to git head
...
- fixes handling of reject target for rule sections with specific destination zone
SVN-Revision: 36933
2013-06-13 12:49:00 +00:00
Jo-Philipp Wich
1150e299bb
uhttpd: expose missing options to uci
...
SVN-Revision: 36932
2013-06-13 11:55:12 +00:00
Steven Barth
302cf427cb
odhcp6c: add sanity checks for NDP and MTU parameters from RAs
...
SVN-Revision: 36930
2013-06-13 06:38:48 +00:00
Hauke Mehrtens
4e0c649783
kernel: add dependencies for kernel 3.10
...
SVN-Revision: 36925
2013-06-12 13:59:34 +00:00
Steven Barth
4f0a0defa6
6relayd: make route preference and prefix on-link flag configurable
...
SVN-Revision: 36922
2013-06-11 20:52:27 +00:00
Steven Barth
33c620773d
base-files: remove unnecessary early sysctl-hack
...
SVN-Revision: 36920
2013-06-11 14:10:45 +00:00
Steven Barth
e2f33bedfa
base-files: set default IPv6 forwarding value to 1
...
SVN-Revision: 36918
2013-06-11 13:30:18 +00:00
Felix Fietkau
361670c9d0
uci: update to fix excessive reorder delta entry duplication ( #13678 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36915
2013-06-11 12:51:08 +00:00
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
2013-06-11 11:46:54 +00:00
Steven Barth
f6dd266c97
iproute2: add drop-failed rule action (patch by Jonas Gorski)
...
SVN-Revision: 36910
2013-06-11 09:27:46 +00:00
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
2013-06-10 12:42:30 +00:00
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
2013-06-10 12:42:25 +00:00
Felix Fietkau
15f17901f9
libubox: update to latest version, adds some helper function
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36907
2013-06-10 12:42:20 +00:00
Steven Barth
5caa45d0b3
ppp: correctly handle address when reloading
...
SVN-Revision: 36904
2013-06-10 10:42:34 +00:00
Steven Barth
491deaed2c
netifd: improve reloading behaviour
...
SVN-Revision: 36903
2013-06-10 10:42:15 +00:00
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
2013-06-10 08:25:17 +00:00
John Crispin
e078f649b5
procd: make the preinit rules wildcard all buttons for failsafe
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36896
2013-06-10 08:24:44 +00:00
John Crispin
9c01967ab7
procd: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36895
2013-06-10 08:24:39 +00:00
John Crispin
1c109c2653
ubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36894
2013-06-10 08:24:35 +00:00
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
2013-06-10 08:24:31 +00:00
John Crispin
dff1529d2a
modules: make all led and button modules used during boot priority 1
...
This makes sure the modules are symlinked in /etc/modules-boot.d/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36892
2013-06-10 08:24:25 +00:00
John Crispin
5e45a68a4a
base-files: fix failsafe via button press
...
entering failsafe by pressing a button during boot was broken for procd as init
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36891
2013-06-10 08:24:13 +00:00
John Crispin
9353e01af4
base-files: change PATH order
...
This allows packages to override busybox applets by placing the new
binaries in /usr/{sbin,bin}
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36890
2013-06-10 08:24:02 +00:00
Jo-Philipp Wich
bc73ca5619
iwinfo: add phyname attribute, this is useful to group networks by radio phy
...
SVN-Revision: 36889
2013-06-09 14:39:14 +00:00
Jo-Philipp Wich
cb24c37858
libiwinfo: ignore log messages from wpa_supplicant while scanning
...
wpa_supplicant may send log and event messages intermixed with the
expected scan results. This makes "iwinfo wlan0 scan" and LuCI
"site survey" display nothing when many AP's are around.
Eliminate the CTRL-EVENT-BSS-ADDED events, interspersed log messages,
lines with unexpected format. Increase timeout to handle the max
number of channels (2.4, 3.6, 4.9, 5 GHz). Insure receive buffer is
null-terminated.
Signed-off-by: Jean-Pierre Tosoni <jp.tosoni@acksys.fr>
SVN-Revision: 36888
2013-06-09 14:39:09 +00:00
Steven Barth
f995c90329
netifd: Improve IPv6 source-routing policies
...
SVN-Revision: 36884
2013-06-08 13:26:33 +00:00
Jonas Gorski
b9de8ca7f5
netifd: bring wifi down before shutting down
...
works around wifiX references not being freed on network restart.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36883
2013-06-08 11:44:12 +00:00
Felix Fietkau
23aa9546ce
ath9k: fix paprd descriptor setup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36881
2013-06-07 16:11:56 +00:00
Felix Fietkau
0924782279
ath9k: improve multicast buffering handling, take care of the MORE_DATA flag properly
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36880
2013-06-07 16:04:06 +00:00
Jo-Philipp Wich
e7b15446a8
firewall: udpate to git head ( #13652 , #13654 , #13658 )
...
- optimizes chain usage for ingress rules
- adds limit match support for redirect rules
- fixes automatic redirect dest detection on little endian systems
- leaves base chains in place on reload to allow user rules to target e.g. "reject"
SVN-Revision: 36871
2013-06-06 14:12:02 +00:00
Jo-Philipp Wich
5cf06bd17b
firewall: copy libext*.a from staging dir and drop kernel.mk includes, solves problem with colliding CONFIG_IPV6 symbols
...
SVN-Revision: 36868
2013-06-06 14:02:29 +00:00
Jo-Philipp Wich
e94cf1c72b
iptables: install libext*.a into staging dir
...
SVN-Revision: 36867
2013-06-06 14:02:24 +00:00
Steven Barth
3f67360012
base-files: use less entropy when generating ULAs
...
SVN-Revision: 36865
2013-06-06 09:52:00 +00:00
Felix Fietkau
29464f1367
ath9k: fix a regression in the powersave handling related changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36859
2013-06-05 19:16:20 +00:00
Felix Fietkau
1d301e00af
ath9k: merge a fix for ar9550 eeprom access
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36858
2013-06-05 19:16:16 +00:00
Nicolas Thill
eed8141976
kmod-usb-net-cdc-mbim: fix module loading
...
cdc_mbim should be loaded after cdc_ncm (closes : #13562 )
SVN-Revision: 36856
2013-06-05 14:34:50 +00:00
Jo-Philipp Wich
ecc95dcba8
firewall: update to git head ( #13652 )
...
- simplifies using ipsets for rules and redirects, match direction can be specified in-place like option ipset 'setname src dst dst'
- uses zone_name_src_ACTION chains for input rules, this fixes logging with log enabled src zones
SVN-Revision: 36854
2013-06-05 11:40:40 +00:00
Jo-Philipp Wich
0a74d9d5c3
firewall3: fix accidentally changed install directive
...
SVN-Revision: 36840
2013-06-04 12:30:50 +00:00
Jo-Philipp Wich
07a3110e88
firewall: fix git source url
...
SVN-Revision: 36839
2013-06-04 12:23:47 +00:00
Jo-Philipp Wich
b721c92221
firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA
...
SVN-Revision: 36838
2013-06-04 12:21:52 +00:00
Jo-Philipp Wich
0dd6753c09
Drop legacy firewall package
...
SVN-Revision: 36837
2013-06-04 12:21:44 +00:00
Imre Kaloz
8170c9cfb0
add some more symbols
...
SVN-Revision: 36834
2013-06-04 11:23:27 +00:00
Jo-Philipp Wich
6f60308257
firewall3: update to git head ( #13641 )
...
* Fixes wrong chain used for zone forward policy
SVN-Revision: 36830
2013-06-04 10:26:49 +00:00
Felix Fietkau
d401a206d9
ath9k: fix some issues in the ap powersave fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36829
2013-06-04 10:21:44 +00:00
Felix Fietkau
2d4b5405f7
ath9k: fix a null pointer deref issue in the powersave fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36828
2013-06-03 20:58:28 +00:00
Jo-Philipp Wich
6eeca5176e
firewall3: update to git head
...
- Fixes problems with reusing matches or targets from loadable extensions
SVN-Revision: 36826
2013-06-03 16:38:29 +00:00
Felix Fietkau
791c103df7
ath9k: prevent excessive buffered multicast traffic from drowning out regular traffic
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36825
2013-06-03 14:15:57 +00:00
Felix Fietkau
532aee10fd
ath9k: improve AP mode powersave buffering handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36824
2013-06-03 14:15:52 +00:00
Felix Fietkau
b35dfca744
ath9k: increase ANI poll interval to 300 ms to get it close to the listen period
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36823
2013-06-03 14:15:43 +00:00
Felix Fietkau
8c69057980
uhttpd: update to latest version, fixes CGI related crashes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36817
2013-06-01 21:43:06 +00:00
Steven Barth
089d6612ce
6relayd: Work around Windows DHCPv6 quirks Announcing deprecated addresses breaks Windows clients
...
SVN-Revision: 36815
2013-06-01 17:51:02 +00:00
Felix Fietkau
452c80f8ec
usbmode: fix hotplug script name
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36813
2013-05-31 15:42:23 +00:00
Felix Fietkau
b1df77669d
replace usb-modeswitch with a rewrite that should be more reliable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36812
2013-05-31 15:41:17 +00:00
Felix Fietkau
041ac5dbff
procd: update to the latest version, fixes restarting stopped instances based on init script restart
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36811
2013-05-31 15:41:12 +00:00
Steven Barth
7ae506c7d4
odhcp6c: work around spurious false-positive address DECLINEs
...
SVN-Revision: 36809
2013-05-31 13:49:17 +00:00
Jo-Philipp Wich
3bb397c997
firewall3: use list notation for default zone network config to avoid "uci add_list" coercing the value wrongly
...
SVN-Revision: 36806
2013-05-31 13:23:23 +00:00
Steven Barth
bf582fbb7b
odhcp6c: fix handling of multiple RAs in a row
...
SVN-Revision: 36804
2013-05-31 10:02:39 +00:00
Felix Fietkau
e8db72083a
libubox: update to latest version, fixes some ustream issues that might be affecting uhttpd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36803
2013-05-31 09:19:38 +00:00
John Crispin
ee65d346d9
procd: update to latest git revision
...
* add support for rcS
* logread can relay log via tcp
* make sure directories are created before mknod is called
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36776
2013-05-30 16:00:06 +00:00
Steven Barth
cdc3caf533
6relayd: Better compatibility with misbheaving DHCPv6 clients * Make the "best" address / prefix the first one being announced * Only add the "best" address to the hosts-file
...
SVN-Revision: 36772
2013-05-30 15:42:30 +00:00
Steven Barth
519f27cd33
netifd: updated IPv6 prefix delegation * Added support for prefix classes * Various bugfixes
...
SVN-Revision: 36771
2013-05-30 15:42:25 +00:00
Felix Fietkau
02fe12c00d
uhttpd: update again to fix a ubus plugin crash bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36770
2013-05-30 13:16:38 +00:00
Felix Fietkau
eeb7fdc13e
uhttpd: update to latest version, fixes script timeout for ubus requests
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36767
2013-05-30 10:44:20 +00:00
Felix Fietkau
5b19028c5c
ubus: update to latest version, fixes a crash on request cancelling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36766
2013-05-30 10:44:16 +00:00
Steven Barth
dc6625f977
6relayd: more verbosity in leases and logging
...
SVN-Revision: 36764
2013-05-30 07:56:55 +00:00
Steven Barth
56a3396bf2
iptables: bump to 1.4.19.1
...
SVN-Revision: 36760
2013-05-29 14:58:04 +00:00
Felix Fietkau
0edabea0b1
ubus: update to latest version, fixes json-c library name
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36759
2013-05-29 10:54:09 +00:00
Felix Fietkau
1afe1f0a7e
json-c: drop compatibility libraries
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36758
2013-05-29 10:49:22 +00:00
Felix Fietkau
f61933b3e8
libjson-c: Update to 0.11
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 36757
2013-05-29 10:31:53 +00:00
Felix Fietkau
1c2b8fdc08
libubox: update to latest version, adds support for the new json-c and adds a new blobmsg_json helper
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36756
2013-05-29 10:31:49 +00:00
Luka Perkov
5fbc56cfdc
uboot-imx6: add new package
...
SVN-Revision: 36754
2013-05-29 01:27:30 +00:00
Felix Fietkau
6e5dd8c0b9
mac80211: fix a crash issue introduced in the active monitor code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36751
2013-05-28 21:20:22 +00:00
Steven Barth
439fdd4d65
netifd: fix IPv6-addresses disappearing due to lifetime-overflows
...
SVN-Revision: 36748
2013-05-28 18:32:01 +00:00
Steven Barth
23b3cebd56
odhcp6c: fix or debug disappearing IPv6 addresses
...
SVN-Revision: 36745
2013-05-28 16:28:14 +00:00
Felix Fietkau
e875338294
ath9k: fix some issues in PA predistortion (still disabled by default)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36744
2013-05-28 16:07:29 +00:00
Felix Fietkau
e6250644be
mac80211: add support for "active" monitor interfaces which allow userspace tools to connect to APs via injection
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36743
2013-05-28 11:10:41 +00:00
Steven Barth
61c0c6ab68
6relayd: RFC 6204 and naming improvements * Announce delegated prefixes using route info according to RFC 6204 L-3 * Enable hybrid stateless + stateful DHCPv6-mode as default
...
SVN-Revision: 36738
2013-05-27 20:38:13 +00:00
Jo-Philipp Wich
63603ee478
firewall3: update to git head
...
- allows building without IPv6 support
- uses more robust rules to cope with missing libext.a
- uses better linking strategy to avoid symbol clashes with older iptables
- introduces source compatiblity layer for different libxtables versions
SVN-Revision: 36736
2013-05-27 15:13:19 +00:00
Jo-Philipp Wich
fe42794fe6
uci: update to git head ( #13348 , http://luci.subsignal.org/trac/ticket/572 )
...
- fixes overwriting list options with single-item lists in lua binding
SVN-Revision: 36730
2013-05-26 17:28:18 +00:00
Jo-Philipp Wich
e4f8c38ed1
firewall3: update to git head
...
- allows symbolic notation for src_ip, src_dip and dest_ip options, e.g. option src_ip 'lan' to automatically resolve to "192.168.1.0/24"
- automatically infer destination zone for redirects from target ip, this makes 'dest' optional and nat reflection setup more robust
- properly support output rules with dest '*' to hook directly into delegate_output
- fixes crash when processing rules with unresolved targets
SVN-Revision: 36721
2013-05-26 15:48:04 +00:00
Steven Barth
f63064a257
6relayd: Fix DHCPv6-server picking up addresses from master interface
...
SVN-Revision: 36718
2013-05-26 10:06:02 +00:00
Jo-Philipp Wich
90887b5fb3
firewall3: update to git head
...
- fixes linking issues with some toolchains
SVN-Revision: 36703
2013-05-24 12:49:06 +00:00
Steven Barth
d8d7d7f4aa
6relayd: fix a lease-timing issue with stateful DHCPv6
...
SVN-Revision: 36702
2013-05-24 12:31:30 +00:00
Felix Fietkau
4ed6aabbfb
mac80211: merge AP VLAN / WDS related fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36699
2013-05-24 11:54:47 +00:00