John Crispin
834204bda6
base-files: fix mount-utils incompatibility
...
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
SVN-Revision: 39169
2013-12-27 21:15:09 +00:00
Imre Kaloz
ac8d562503
handle the Linaro version as well
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39164
2013-12-26 22:19:29 +00:00
Felix Fietkau
aab522e1e3
hostapd: fix wep with netifd
...
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
SVN-Revision: 39156
2013-12-23 12:11:28 +00:00
Felix Fietkau
fd4cd3825b
wpa_supplicant: fix interface combination parsing issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39155
2013-12-21 19:42:45 +00:00
Jo-Philipp Wich
df57b8dcb6
opkg: switch to git repository ( #14655 )
...
Upstream development now takes place in a git repository which was clone
from the old svn repository. Switch the source location to the git tree
using the commit that corresponds to the old svn r618 revision.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39153
2013-12-21 13:47:46 +00:00
Jo-Philipp Wich
efce764f0e
dnsmasq: rework init procedure
...
- cache udhcp check results to speed up subsequent reloads
- enable procd file tracking for /var/etc/dnsmasq.conf to only reload service if needed
- implement reload action to only restart dnsmasq if /var/etc/dnsmasq.conf actually changed
- launch dnsmasq from interface hotplug to avoid race conditions with network bringup
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39152
2013-12-21 13:31:28 +00:00
Imre Kaloz
72f00c8de4
change fixup method and fix CFLAGS handling
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39151
2013-12-20 20:25:44 +00:00
Felix Fietkau
41cbd0a389
ath9k: merge a timer handling fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39150
2013-12-20 16:02:32 +00:00
Imre Kaloz
2b22d909fd
handle new libs required for new kernels
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39142
2013-12-20 06:09:41 +00:00
Felix Fietkau
bac83378e7
ath9k: merge another round of upstream (or -pending) fixes and cleanups
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39138
2013-12-19 17:18:07 +00:00
Jo-Philipp Wich
de5d9827ef
procd: fix service file tracking
...
The instance_config_move() function in the procd instance managing code is
missing a blobmsg_list_move() call to update the tracked file items with the
newly calculated checksums in case of a file change.
Without that change, services are always reloaded after the first change to
a tracked file regardless of whether there are any subsequent changes or not.
Add a missing instance of blobmsg_list_free() as well.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39132
2013-12-18 15:38:28 +00:00
Jo-Philipp Wich
1789744958
netifd: add reload trigger for /etc/config/wireless as well
...
SVN-Revision: 39131
2013-12-18 12:38:29 +00:00
Felix Fietkau
d2329f88f3
busybox: add back support for top-level menuconfig based config overrides (can be used by custom packages to alter the config)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39125
2013-12-17 20:37:27 +00:00
Jonas Gorski
5c2aee90ac
gpio-button-hotplug: fix crash on remove
...
Don't call gpio_keys_remove recursively. Setting the platform
data to NULL triggered an oops on the second iteration, so there was
no infinate loop.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39124
2013-12-17 19:05:03 +00:00
Jo-Philipp Wich
7a24db90aa
busybox: restore init scripts
...
Since the removal of the busybox menuconfig entries, the init scripts
for cron, telnet and ntp are not packaged anymore. Unconditionally
ship them from now on.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39123
2013-12-17 17:17:00 +00:00
Jo-Philipp Wich
de5ebc19c0
firewall: fix handling of tcp_ecn parameter
...
The firewall3 implementation as well as the shell implementation predating it
used to process the tcp_ecnoption as boolean while it actually is an integer.
Change the code to parse tcp_ecn as integer.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39122
2013-12-17 16:59:47 +00:00
Felix Fietkau
088eea282d
iproute2: reduce .ipk package size from ~100k down to ~60k
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39119
2013-12-17 15:59:29 +00:00
Felix Fietkau
80b2fbc687
busybox: disable module utils, kmodloader provides them
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39118
2013-12-17 15:59:25 +00:00
Felix Fietkau
34839b95cf
busybox: fix typo in Config.in ( #14628 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39114
2013-12-17 07:17:00 +00:00
Luka Perkov
a9376b6fdb
kernel: add rtc-ds1672 module support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39110
2013-12-17 02:47:16 +00:00
Felix Fietkau
7340bc73f2
busybox: add support for config overrides via env/busybox-config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39107
2013-12-16 19:27:35 +00:00
Felix Fietkau
405b5c2b92
busybox: remove busybox menuconfig from top level menuconfig
...
This will help with avoiding bogus bug reports caused by stale configs
and bad cases of user tinkering :)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39106
2013-12-16 19:09:57 +00:00
Felix Fietkau
b6bcb7ff2d
hostapd: move old wifi setup scripts to hostapd-common-old
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39103
2013-12-16 18:42:43 +00:00
Jo-Philipp Wich
eda27e8382
dnsmasq: switch to /lib/functions/network.sh
...
This commit changes the dnsmasq init script to use the interface
status exposed by netifd. The old references to scan_interfaces()
and (indirect) accesses to uci state variables are removed and
replaced with corresponding network_*() calls.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39101
2013-12-16 16:47:41 +00:00
Jo-Philipp Wich
ef0ce72b39
base-files: ipcalc.sh: support bit length as netmask parameter
...
SVN-Revision: 39100
2013-12-16 16:29:23 +00:00
Jo-Philipp Wich
fe230cac18
base-files: add network_get_protocol() to /lib/functions/network.sh
...
SVN-Revision: 39099
2013-12-16 16:28:45 +00:00
Felix Fietkau
5d79ad06c1
mac80211: fix AP mode scanning issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39098
2013-12-16 15:45:57 +00:00
Felix Fietkau
12c05542e8
netifd: update to latest version, fixes a null pointer crash
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39088
2013-12-16 10:08:13 +00:00
Felix Fietkau
4b03d33e31
ath9k: fix interrupt storms on AR913x
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39062
2013-12-15 20:23:00 +00:00
Steven Barth
e49d67f192
Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface
...
SVN-Revision: 39061
2013-12-15 19:38:53 +00:00
Steven Barth
fd50416248
odhcp6c: add source routing support
...
SVN-Revision: 39058
2013-12-15 19:10:20 +00:00
Jo-Philipp Wich
e444eb0bbd
uhttpd: don't process ubus_* and lua_* options if corresponding plugin is not installed ( #14618 )
...
SVN-Revision: 39057
2013-12-15 15:32:37 +00:00
Felix Fietkau
a55649082a
ath9k: merge another round of cleanups and fixes submitted to linux-wireless
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39054
2013-12-14 17:07:08 +00:00
Felix Fietkau
9084b75506
ath9k: merge an interrupt processing fix for AR5008-AR9002
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39053
2013-12-14 16:40:27 +00:00
Felix Fietkau
5991eb39b9
kernel: move BLKCIPHER into crypto-core to avoid pulling in crypto-manager for arc4 (used by mac80211)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39052
2013-12-14 16:40:24 +00:00
Felix Fietkau
ce062a7b5c
netifd: update to the latest version, adds a revert of the link state handling patches which caused regressions in combination with wifi devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39050
2013-12-14 14:59:05 +00:00
Felix Fietkau
6cb542d6a4
openssl: Support multi-threaded applications
...
Allow multi-threaded applications to work properly by
removing the "no-threads" flag that is enabled by default.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
SVN-Revision: 39048
2013-12-14 10:19:48 +00:00
Felix Fietkau
000a20ee96
usbmode: add an init script to switch devices that show up too early for the hotplug script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39047
2013-12-13 16:43:15 +00:00
Felix Fietkau
47730fe355
netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot time
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39046
2013-12-13 16:43:11 +00:00
Imre Kaloz
1eff212ce8
fix jffs2 with internal libgcc and switch omap4 to ext4
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39044
2013-12-13 16:38:43 +00:00
Felix Fietkau
9c3adcb2e6
iw: reduce size and make the phy dump output more readable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39041
2013-12-13 11:02:05 +00:00
Felix Fietkau
594442a37e
opkg: do not add blank "Provides:" fields to package metadata
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39039
2013-12-13 10:40:26 +00:00
Felix Fietkau
b656a56225
/sbin/wifi: reload network/wireless on wifi restart
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39036
2013-12-11 19:48:19 +00:00
Felix Fietkau
3f744a4ad3
netifd: fix crashes triggered by adding/removing wireless devices on reload
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39035
2013-12-11 18:23:52 +00:00
Luka Perkov
bda5d40721
kernel: add CAN modules
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39032
2013-12-11 10:56:08 +00:00
Jo-Philipp Wich
10972d9f02
mac80211: add missing set_default to fix stray "radio0: sh: bad number" messages
...
SVN-Revision: 39028
2013-12-10 16:24:52 +00:00
Jo-Philipp Wich
32223b3c4d
hostapd: fix short_preamble option
...
SVN-Revision: 39027
2013-12-10 16:24:48 +00:00
John Crispin
d24434db0a
libevent2: Configure with --disable-debug-mode
...
Saves around 10K.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 39025
2013-12-09 18:26:58 +00:00
John Crispin
67e71176cb
ubox: fix logging support. the initial connect failed
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39024
2013-12-09 18:24:30 +00:00
John Crispin
dda5dfb765
procd: update procd, add ulimit support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39023
2013-12-09 17:38:19 +00:00