Steven Barth
22ffa5ef16
netifd: various routing table handling fixes
...
SVN-Revision: 41287
2014-06-20 17:51:25 +00:00
John Crispin
09273f5c0a
base-files: regenerate the /lib64 symlink when switching to a ramdisk
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41284
2014-06-20 13:41:08 +00:00
Jo-Philipp Wich
005884bff4
Revert "netifd: fix handling of "lookup main" for ip rules ( #15315 )"
...
The netifd fixes went to the wrong repository, revert until it is sorted out.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41283
2014-06-20 12:28:35 +00:00
Jo-Philipp Wich
de51f6022f
netifd: fix handling of "lookup main" for ip rules ( #15315 )
...
Reworks the handling of RT_TABLE_MAIN in system-linux.c so that ip rules
with lookup main can be properly setup.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41282
2014-06-20 09:58:16 +00:00
Jo-Philipp Wich
7eb721425e
base-files: depend on jsonfilter and rewrite network.sh to use it
...
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.
Expensive methods like "network_find_wan" are up to 20x faster now.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41281
2014-06-19 16:06:44 +00:00
Jo-Philipp Wich
1d94972925
jsonfilter: implement custom separators and support limiting the results, fix handling of negative array indices
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41280
2014-06-19 15:30:59 +00:00
John Crispin
bce52219fa
procd: update to latest git head
...
this fixes the upgraded linking issue on arm.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41279
2014-06-19 14:13:45 +00:00
John Crispin
54faeadb07
procd: various improvements to nand.sh
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41278
2014-06-19 14:13:41 +00:00
John Crispin
4b1c48bc93
base-files: add upgraded to the list of daemons not killed
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41268
2014-06-19 14:12:55 +00:00
Jo-Philipp Wich
766643c79e
jsonfilter: improve error reporting
...
The CLI now describes expression errors more precisely, e.g.:
Syntax error: Invalid escape sequence
In expression @["foo\x"]
Near here ----------^
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41266
2014-06-19 07:56:24 +00:00
Steven Barth
9af2e45080
dnsmasq: removing nettle 3.0 support due to nettle downgrade
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41264
2014-06-18 17:06:37 +00:00
Steven Barth
5142e91b2d
nettle: downgrade to 2.7.1 since gnutls is incompatible with 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41263
2014-06-18 17:06:30 +00:00
Steven Barth
bff5e3822c
odhcpd: improve static DHCPv4 leases (thanks arnd)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41260
2014-06-18 12:10:10 +00:00
Steven Barth
8d177a8e78
netifd: various bugfixes (thanks Hans Dedecker)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41259
2014-06-18 11:29:09 +00:00
Jo-Philipp Wich
a5ca7a3dd9
jsonpath: rename to jsonfilter and rewrite from flex/bison to lemon
...
This commit renames the jsonpath binary to jsonfilter to avoid clashing with a Python
extension of the same name.
The utility itself has been rewritten to use SQLite3's lemon parser generator instead
of a flex/bison combination which results in a much smaller binary.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41258
2014-06-18 10:10:30 +00:00
John Crispin
4925f710f6
relayd: update to latest git head
...
this fixes multicast fowarding on relayd links
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41254
2014-06-18 10:08:05 +00:00
Steven Barth
087ea853b4
dnsmasq: compatibility with nettle 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41249
2014-06-18 10:04:47 +00:00
Steven Barth
a0e19ec2f9
nettle: import from packages, update to 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41248
2014-06-18 10:04:43 +00:00
Steven Barth
335529e207
gmp: import from packages, update and reduce size
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41247
2014-06-18 10:04:38 +00:00
Steven Barth
495b237cc4
dnsmasq: various house-keeping updates
...
* Add Authoritative DNS and IPSET to full variant
* Remove some bloat from IPSET support
* Reintroduce "DHCP no address warning"-patch
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41246
2014-06-18 10:04:34 +00:00
Steven Barth
132cbe5e29
dnsmasq: add UCI DNSSEC runtime support
...
Ship keys for the root zone and add two uci options to enable
DNSSEC checks:
Option 'dnssec': Activate DNSSEC validation
Option 'dnsseccheckunsigned': Ensure answers without DNSSEC are in
unsigned zones.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41245
2014-06-18 10:04:29 +00:00
Steven Barth
5f64a3e7ce
dnsmasq: Add a full variant
...
This variant includes support for DHCPv6 and DNSSEC.
DNSSEC adds a dependency on libnettle.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41244
2014-06-18 10:04:25 +00:00
Steven Barth
e2430bc65f
dnsmasq: add upstream patch to build against libnettle-mini
...
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41243
2014-06-18 10:04:21 +00:00
Steven Barth
b3adc62b62
dnsmasq: respect target's LDFLAGS
...
Append local flags, don't overwrite.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41242
2014-06-18 10:04:17 +00:00
Steven Barth
6dbafaa15d
dnsmasq: use COPTS for compile time options
...
As documented in config.h.
Doing otherwise will break dnsmasq's pkg-wrapper script to find its
libs to link to.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41241
2014-06-18 10:04:02 +00:00
John Crispin
42f450b722
procd: forgot to update the git id in the last commit
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41239
2014-06-17 17:51:35 +00:00
John Crispin
0cf34cee5e
procd: make upgarded depend on mips, the static linking on arm fails
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41238
2014-06-17 15:40:05 +00:00
John Crispin
1a3ebd51ad
procd: some cleanup for SysupgradeNAND
...
Removed unused ubi file file from template as ubinized images are
passed directly and not inside the tarball.
Also removed left-over white-space.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41237
2014-06-17 15:40:02 +00:00
Imre Kaloz
9bbbcf60b3
package the TLC59116 led driver
...
SVN-Revision: 41235
2014-06-17 15:15:05 +00:00
Imre Kaloz
099d998fcf
package the TI TMP421 driver
...
SVN-Revision: 41231
2014-06-17 15:03:05 +00:00
Imre Kaloz
60f1a7bd4b
bundle ehci-orion with kmod-usb2
...
SVN-Revision: 41230
2014-06-17 15:02:28 +00:00
Steven Barth
d923104149
odhcpd: don't enable relaying by default anymore
...
SVN-Revision: 41228
2014-06-17 13:05:24 +00:00
Steven Barth
1e989206f4
iproute2: update version to 3.15.0, refresh patches, add maintainer
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 41227
2014-06-17 12:43:30 +00:00
Steven Barth
c8b4058bf3
odhcpd: also honor leasetime for dhcpv6
...
SVN-Revision: 41226
2014-06-17 07:59:15 +00:00
Steven Barth
19f89dfd2c
odhcpd: Improve NotOnLink-behavior and make hostid more convient to configure
...
SVN-Revision: 41225
2014-06-17 07:44:24 +00:00
John Crispin
3dca5a158d
procd: various cleanups to /lib/upgrade/nand.sh
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41222
2014-06-16 18:55:14 +00:00
John Crispin
21eac7a7db
procd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41221
2014-06-16 18:55:09 +00:00
John Crispin
91d82d7b36
procd: rename procd_add_network_trigger
...
i got complaints about the bad naming of the api. lets rename it while there are no users yet.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41220
2014-06-16 18:55:05 +00:00
Steven Barth
a5df7c0a17
ncurses: Install xterm-256color
...
Based on a patch by Jonathan Bennett <jbscience87@gmail.com>
SVN-Revision: 41212
2014-06-16 18:21:02 +00:00
Steven Barth
d11426b32b
odhcpd: add more consistent hostname-writing
...
SVN-Revision: 41211
2014-06-16 16:45:05 +00:00
Steven Barth
bea1a153ed
odhcpd: update hostfile more often
...
SVN-Revision: 41197
2014-06-16 09:09:13 +00:00
Steven Barth
cd271413aa
odhcpd: fix dhcpv4 hostname attribute handling
...
SVN-Revision: 41196
2014-06-16 08:33:49 +00:00
Steven Barth
8a5b65195d
odhcpd: accept FQDN as search domain
...
SVN-Revision: 41194
2014-06-15 22:49:58 +00:00
Steven Barth
941ab9a89a
ppp: bump to 2.4.6
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41193
2014-06-15 20:55:17 +00:00
Jo-Philipp Wich
1599e6f601
ubi-utils: fix wrong PKG_NAME, bump copyright, add build dependency on zlib
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41192
2014-06-15 19:34:51 +00:00
Felix Fietkau
0f87ca021f
mac80211: disable the clk_* backport, it is unused by drivers and has the wrong ifdef
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41181
2014-06-13 13:29:18 +00:00
Felix Fietkau
867ba199f8
mac80211: fix disabling of 802.11n features
...
r40682 ("mac80211: clean up ht capability handling, drop the use of the
ht_capab list, use individual variables instead") removed the ht_capab list and
replaced it with optional variables to disable features for a phy. But these
variables weren't added in drv_mac80211_init_device_config and thus didn't make
any difference when modifying /etc/config/wireless.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
SVN-Revision: 41180
2014-06-13 10:10:05 +00:00
Felix Fietkau
205dd2e3c9
revert an accidentally committed patch chunk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41179
2014-06-13 09:40:14 +00:00
Felix Fietkau
841b730f98
kernel: fix pkt_type filter mask for packet sockets
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41178
2014-06-13 09:34:03 +00:00
Felix Fietkau
e2c4d320c7
b43: fix a regression on G-PHY devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41162
2014-06-12 14:44:26 +00:00
Felix Fietkau
39c5660cbd
rt2x00: fix crash when using TKIP on USB devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41161
2014-06-12 14:44:23 +00:00
Felix Fietkau
c77311f689
ath9k: fix initial noise floor calibration on older chips
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41156
2014-06-12 11:41:12 +00:00
Felix Fietkau
f3e37c359d
ath9k: make noise floor calibration and periodic calibration mutually exclusive
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41155
2014-06-12 11:41:08 +00:00
Felix Fietkau
f2e5a82296
b43: fix frequency reporting, fixes scan issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41154
2014-06-12 11:41:04 +00:00
Steven Barth
fa2df0e8c7
odhcpd: use search domain instead of domain attribute
...
SVN-Revision: 41152
2014-06-12 09:22:07 +00:00
Felix Fietkau
b30b59773b
procd: update to the latest version, fixes static linking of upgraded
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41148
2014-06-11 17:48:35 +00:00
Felix Fietkau
500d3072ec
netifd: use procd_add_reload_trigger
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41147
2014-06-11 17:05:50 +00:00
Felix Fietkau
79bbc4fbfb
procd: allow passing multiple config files to procd_add_reload_trigger
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41146
2014-06-11 17:05:46 +00:00
Jo-Philipp Wich
3a1b8699b6
curl: move to core packages
...
SVN-Revision: 41143
2014-06-11 15:43:24 +00:00
Steven Barth
12cdfef54c
procd: fix overflow in hotplug socket on certain targets
...
SVN-Revision: 41142
2014-06-11 15:34:33 +00:00
John Crispin
bedd6f44a5
base-files: properly remove stderr from zcat/bzcat
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41135
2014-06-11 13:00:25 +00:00
John Crispin
1e876b4191
procd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41129
2014-06-11 12:59:49 +00:00
John Crispin
3417834ffc
fstools: the ubi flash tool is obselete now
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41128
2014-06-11 12:59:45 +00:00
John Crispin
c43d614f89
base-files: add an ugly hack for nand to sysupgrade
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41126
2014-06-11 12:59:37 +00:00
John Crispin
e73538ba56
base-files: include more ubi* tools in sysupgrade ramdisk
...
Also add some more busybox symlinks which are useful for sysupgrade
on UBI-enabled devices.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41125
2014-06-11 12:59:33 +00:00
John Crispin
7d306dd9f0
ubi-utils: cleanup the package
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41124
2014-06-11 12:59:30 +00:00
John Crispin
18e8ae6b2c
libubox: update to latest git
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41123
2014-06-11 12:59:26 +00:00
Steven Barth
ba59fab9bb
kernel: fix kernel builds for chipidea w/ usb-gadget
...
Instead of repackaging udc-core.ko again, just add a dependency to
kmod-usb-gadget, which already contains it.
Fixes kmod-chipidea builds for 3.10- with usb-gadget enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41115
2014-06-11 12:19:44 +00:00
Steven Barth
e50f3b4fc7
uhttpd: also bind to IPv6 by default
...
SVN-Revision: 41114
2014-06-11 12:11:55 +00:00
Felix Fietkau
d373178835
ath9k: do a chip reset if noise floor calibration fails, should improve stability
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41113
2014-06-11 11:28:58 +00:00
Felix Fietkau
3ab9651cb0
netifd: update to latest version, fixes reload issue ( #16754 ) and adds 802.1ad support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41112
2014-06-11 10:23:12 +00:00
Steven Barth
b81ebf6db1
netifd: add support for onlink-flag for routes
...
SVN-Revision: 41098
2014-06-10 16:04:40 +00:00
Felix Fietkau
af45048dfd
strace: move to trunk, add myself as a maintainer
...
SVN-Revision: 41097
2014-06-10 10:22:18 +00:00
Steven Barth
b482d8ff64
odhcpd: various regression fixes (thanks Hans Dedecker)
...
SVN-Revision: 41079
2014-06-10 08:47:15 +00:00
Felix Fietkau
35d703c8a6
mountd: remove a bogus include to fix compile with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41062
2014-06-09 13:48:00 +00:00
Felix Fietkau
24662e6122
libnfnetlink: fix musl compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41061
2014-06-09 13:47:56 +00:00
Felix Fietkau
d73f553b0b
ubi-utils: fix musl compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41060
2014-06-09 13:47:52 +00:00
Felix Fietkau
29dffbbab4
util-linux: use qsort instead of qsort_r to fix compile error with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41059
2014-06-09 13:47:48 +00:00
Felix Fietkau
422ee45253
xfsprogs: fix compile errors with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41058
2014-06-09 13:47:44 +00:00
Felix Fietkau
6de020d241
uhttpd: update to the latest version, fixes musl compile issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41057
2014-06-09 13:47:40 +00:00
Felix Fietkau
9c40648f3a
kernel: add missing dependency for kmod-fs-nfs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41055
2014-06-08 12:07:42 +00:00
Felix Fietkau
c1927d2109
valgrind: avoid including linux/ptrace.h to fix a musl build error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41054
2014-06-08 11:21:37 +00:00
Felix Fietkau
871dd8ec7e
uqmi: use -ffunction-sections and --gc-sections, reduces binary size from 57k to 29k
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41051
2014-06-07 19:14:17 +00:00
Hauke Mehrtens
1714048d7f
broadcom-diag: remove broadcom-diag
...
broadcom-diag is not supported any more and was replaced by
configuration the GPIOs in the arch code
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41047
2014-06-07 17:01:42 +00:00
Hauke Mehrtens
d72ff79546
broadcom-wl: fix build with bcma or ssb deactivated
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41046
2014-06-07 17:00:53 +00:00
Felix Fietkau
281f415885
base-files: fix argument order to date in sysfixtime so that it also works with musl
...
Seems like the reverse order relies on GNU specific getopt hackery which
musl does not replicate
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41045
2014-06-07 16:14:47 +00:00
Felix Fietkau
dec0d7f025
brcm47xx: add a "legacy" subtarget that is usable for low-end 802.11g devices like WRT54G
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41041
2014-06-07 15:19:40 +00:00
Felix Fietkau
8b4dd24444
mac80211: b43: fix B43_USE_SSB dependency
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 41040
2014-06-07 12:04:55 +00:00
Felix Fietkau
71cda6a1e0
procd: Fix USB cellular modems hotplug events
...
Without this patch, /etc/hotplug.d/tty/30-3g won't be called when you insert or remove a USB-serial cellular modem.
(see Ticket #14117 )
Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>
SVN-Revision: 41039
2014-06-07 11:54:13 +00:00
Steven Barth
7ec499eca5
odhcpd: improve DHCPv4 range defaults
...
SVN-Revision: 41038
2014-06-07 10:35:34 +00:00
Felix Fietkau
11a0bcdfca
b43: fix ssb/bcma dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41037
2014-06-06 16:24:21 +00:00
Felix Fietkau
a57aec309d
binutils: decouple from toolchain selection, use version 2.24, fix libiberty installation
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41036
2014-06-06 10:51:47 +00:00
Felix Fietkau
5d680ffda8
oprofile: update to 0.9.9, fix compile error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41035
2014-06-06 10:51:44 +00:00
John Crispin
b757deecad
ubi-utils: bump to version 1.5.1 for ubiblock support
...
ubiblock allows creating and removing read-only block devices
on top of ubi volumes.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41033
2014-06-06 09:34:47 +00:00
John Crispin
1352b86627
igmpproxy: report an error and dont start the instance if one of the interfaces is not up
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41032
2014-06-06 09:34:38 +00:00
John Crispin
bd179b2610
procd: service instances can now report an error of why they failed to start.
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41031
2014-06-06 09:34:30 +00:00
Felix Fietkau
75d3a6abb7
ath9k: add a fix for rx overrun processing
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41029
2014-06-05 23:33:57 +00:00
Felix Fietkau
5fc3c8252a
ath9k: add a fix for ANI related stability issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41028
2014-06-05 23:33:54 +00:00
Hauke Mehrtens
a56519e1b9
openssl: version bump to 1.0.1h
...
today appeared another serious vulnerability in openssl. More info is
here http://ccsinjection.lepidum.co.jp . Users are advised to update to
openssl 1.0.1h.
Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41026
2014-06-05 21:32:36 +00:00
Felix Fietkau
53fa9374c2
hostapd: fix wpad-mini compile error ( #16700 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41023
2014-06-05 21:14:02 +00:00
Felix Fietkau
5758b210e3
hostapd: update to 2014-06-03
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41022
2014-06-05 15:58:01 +00:00
Felix Fietkau
22fcfab353
ath9k: fix enabling PC-OEM card support ( #16624 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41021
2014-06-05 15:13:28 +00:00
Felix Fietkau
e4cc5c1edf
procd: update to the latest version, fixes a crash on early boot
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41020
2014-06-05 14:55:14 +00:00
Felix Fietkau
a073d13baa
wpa_supplicant: fix locking hostapd to 20MHz ( #12720 )
...
Fixed wpa_supplicant when the radio is in 40MHz mode so that it no
longer restarts hostapd with the second channel disabled.
Signed-off-by: Lance Chaney <furryfur1@gmail.com>
SVN-Revision: 41019
2014-06-05 14:55:10 +00:00
Felix Fietkau
fcb680357e
mac80211: merge a series of cleanups/fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41018
2014-06-05 14:55:07 +00:00
Felix Fietkau
b7ce76b4b9
ath9k: merge a p2p powersave handling fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41017
2014-06-05 14:55:03 +00:00
Felix Fietkau
236e7ee239
rt2x00: merge beacon setup fixes, disable unused hw beacon slots
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41016
2014-06-05 14:09:14 +00:00
Felix Fietkau
2454ee8645
mac80211: b43: make support for SSB optional
...
Now we have a choice submenu, just like b43 in the mainline.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 41015
2014-06-05 13:51:15 +00:00
Felix Fietkau
fd20a64136
mac80211: b43: update BCM4716 patch to compile without SSB
...
B43_SSB is optional after recent upstream changes.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 41014
2014-06-05 13:51:11 +00:00
Felix Fietkau
8174c12c23
libubox: update to the latest version, adds static vlist initializer macros
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41013
2014-06-05 13:51:08 +00:00
Felix Fietkau
c20bb27aad
hostapd: move reading of rsn_preauth out of auth_type=eap context
...
rsn_preauth is used outside of "case $auth_type", so if it is set
for an EAP-enabled SSID, it would also be set for the following
non-EAP-enabled SSIDs, because it would not be read again.
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 41012
2014-06-05 11:55:36 +00:00
John Crispin
ac69d576b4
igmpproxy: register interface change triggers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41011
2014-06-05 10:56:18 +00:00
John Crispin
7a0606124a
netfid: make procd watch the network.interface object for events
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41010
2014-06-05 10:56:14 +00:00
John Crispin
91de9c589c
netifd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41009
2014-06-05 10:56:10 +00:00
John Crispin
e1e5f21b2f
procd: add wrapper calls for interface triggers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41008
2014-06-05 10:56:06 +00:00
John Crispin
ad3c2701b6
procd: update to latest git head
...
adds support for ubus event based triggers
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41007
2014-06-05 10:56:02 +00:00
John Crispin
59c8b70839
procd: rename local variable in uci_validate_section
...
Allow to use "package", "type", "name", "error" and "result"
as config option names:
package some_service
config section 'foo'
option name 'bar'
option type 'unknown'
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
SVN-Revision: 41006
2014-06-05 08:19:59 +00:00
Steven Barth
2ecdc86b4d
map: add support for map-t if available
...
SVN-Revision: 41003
2014-06-04 14:58:40 +00:00
Felix Fietkau
b8d190da1f
hostapd: replace undefined $bridge with $network_bridge
...
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 41002
2014-06-04 11:51:59 +00:00
Steven Barth
54291b16e6
dhcpv6: set default solicit timeout back to 120s
...
This deliberatly breaks RFC 7083 since its not really user-friendly.
SVN-Revision: 41001
2014-06-04 09:59:45 +00:00
John Crispin
5a9c834a12
package: swconfig: let variable name be local
...
Let the first parameter of function config_get be local, because there
is a chance that config_get won't export the variable.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 41000
2014-06-04 07:20:31 +00:00
John Crispin
39c5628e5a
libusb-compat: create directory for libusb-config
...
Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host
directory exists before trying to copy files to it.
Cc: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40998
2014-06-04 07:20:02 +00:00
John Crispin
39798dc43b
igmpproxy: update init.d script to procd and add a hotplug script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40997
2014-06-04 07:19:51 +00:00
Felix Fietkau
21b0a8d8a4
mac80211: backport a powersave related fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40995
2014-06-03 13:59:43 +00:00
Felix Fietkau
eb3a2b12ae
mac80211: refresh patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40994
2014-06-03 13:59:24 +00:00
John Crispin
47cf6f9cd1
base-files: /etc/rc.button/power should be executable
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40993
2014-06-03 06:52:46 +00:00
John Crispin
6fe4cc42d2
kernel: fix kernel build for chipidea w/o usb-gadget
...
This resolves a module dependency kernel regression in r40905 with the
usb-chipidea module if usb-gadget was not selected.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40992
2014-06-03 05:49:34 +00:00
Felix Fietkau
cd428b41bf
mac80211: b43: make support for BCMA optional
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40985
2014-06-02 18:17:48 +00:00
Felix Fietkau
4e56e7ee61
mac80211: b43: make B43_PHY_LP configurable
...
This allows saving 11772 B if disabled.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40984
2014-06-02 18:17:44 +00:00
Felix Fietkau
4b241e9827
netfilter: split off header matching modules not used by the default config (reduces rootfs size and memory usage)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40983
2014-06-02 18:13:38 +00:00
John Crispin
1a6a14c757
package/uboot-envtools: add OpenMesh OM2P-HSv2 support
...
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40965
2014-06-02 13:21:47 +00:00
John Crispin
f450be9bb2
package/om-watchdog: add OpenMesh OM2P-HSv2 support
...
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40964
2014-06-02 13:21:43 +00:00
John Crispin
f777b06875
package/uboot-envtools: add OpenMesh OM2Pv2 support
...
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40959
2014-06-02 13:21:17 +00:00
John Crispin
b656a25671
package/om-watchdog: add OpenMesh OM2Pv2 support
...
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40958
2014-06-02 13:21:11 +00:00
John Crispin
520fe28adf
iwinfo: update nl80211 api to the latest one
...
modified version of http://patchwork.openwrt.org/patch/4533/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40954
2014-06-02 13:10:53 +00:00
John Crispin
f3aa8a8cf4
iwinfo: add 802.11ac hwmode support
...
In case of .11ac device the hwmode was not properly displayed.
This patch fixes it.
Signed-off-by: Marek Kwaczynski <marek.kwaczynski@tieto.com>
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
SVN-Revision: 40953
2014-06-02 13:10:49 +00:00
John Crispin
8139ba35af
iwinfo: add Atheros AR9580 to hardware.txt
...
Signed-off-by: Stefan Agner <stefan@agner.ch>
SVN-Revision: 40952
2014-06-02 13:10:44 +00:00
Felix Fietkau
029013d42c
polarssl: enable parallel build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40950
2014-06-02 13:01:48 +00:00
Felix Fietkau
b73259c37a
polarssl: remove polarssl-progs, it is just a random collection of test programs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40949
2014-06-02 13:01:44 +00:00
John Crispin
0de0310a9c
base-files: Allow installation of symlinks using RAMFS_COPY_BIN env var.
...
http://patchwork.openwrt.org/patch/5086/
Signed-off-by: karl.vogel@gmail.com
SVN-Revision: 40943
2014-06-02 12:45:13 +00:00
John Crispin
8e7b9741b0
comgt: add support for defining dial number in config file
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 40942
2014-06-02 12:45:09 +00:00
John Crispin
f91dd34ee9
kernel: Fix xen domU kmod-xen-kbd package
...
modified version of http://patchwork.openwrt.org/patch/5526/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40941
2014-06-02 12:45:05 +00:00
John Crispin
35d3c91c86
soloscli: upgrade to 1.04
...
- The package does not compile at the moment. Since there is a new
upstream version avaiable, use this new source instead.
- Upstream has already included our both patches.
- This is only compile tested, since I do not own any test hardware.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40940
2014-06-02 12:45:01 +00:00
John Crispin
43de2d08de
mac80211: query driver for max A-MPDU length exponent
...
This patch enables netifd to query 802.11ac-driver for the maximum
supported A-MPDU length exponent, possibly increasing VHT throughput by
more aggressive frame aggregation.
v2: refreshed patch
Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
SVN-Revision: 40938
2014-06-02 12:44:54 +00:00
John Crispin
40218343cd
package: netifd: remove blank line at the end of file
...
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40937
2014-06-02 12:44:51 +00:00
John Crispin
46a4f13283
qos-script: Add comments to existing rules
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40936
2014-06-02 12:44:47 +00:00
John Crispin
9e65c01a4b
qos-script: Improve usability by adding comment field to rules
...
It's quite unconveniet to remember which ports are used by which applications, especially for not so advanced users.
Together with luci patch (discussed on IRC) this improves qos-scripts usability.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40935
2014-06-02 12:44:44 +00:00
John Crispin
3bc4516ebb
hostapd: Add optional support for hostapd own_ip_addr in wireless config
...
`own_ip_addr` is used by hostapd as NAS-IP-Address.
This is used to identify the AP that is requesting the authentication of the
user and could be used to define which AP's can authenticate users.
Some vendors implement only NAS-Identifier or NAS-IP-Address and not both.
This patch adds ownip as an optional parameter in /etc/config/wireless.
Signed-off-by: Thomas Wouters <thomaswouters@gmail.com>
SVN-Revision: 40934
2014-06-02 12:44:40 +00:00
John Crispin
9b595fcd4b
ppp: allow to set PPP interface name via config
...
allows to set PPP interface name manually via new
network interface option pppname.
If not set, default naming will be used (e.g. pppoe-eth0)
Signed-off-by: Ulrich Weber <uw@ocedo.com>
SVN-Revision: 40933
2014-06-02 12:44:36 +00:00
John Crispin
b61c6fee71
kernel: Enable kmod-hid-generic driver when selecting usb-hid
...
kmod-hid-generic needs to be selected when enabling usb-hid in order to get generic devices working.
This fixes keyboards support in linux 3.3+ kernels.
https://dev.openwrt.org/ticket/12631
https://dev.openwrt.org/ticket/12686
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40932
2014-06-02 12:44:33 +00:00
John Crispin
a171eb4e4f
openvpn: enable ipv6 parameters
...
http://patchwork.openwrt.org/patch/4945/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40931
2014-06-02 12:44:30 +00:00
John Crispin
e847b236bc
util-linux: Disable sulogin in util-linux package
...
The sulogin tool doesn't compile because it cannot find shadow.h. As the
tool is not available in openwrt it is now not selected during the build
process.
Signed-off-by: Tjalling Hattink <t.hattink@fugro.nl>
SVN-Revision: 40930
2014-06-02 12:44:27 +00:00
John Crispin
dab35f044a
uboot-envtools: add support for environment in ubi volume
...
On UBI enabled devices, U-Boot might store it's environment on
UBI volume(s). Support this in uboot-envtools, so fw_setenv and
fw_printenv can work on these platforms.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40929
2014-06-02 12:44:19 +00:00
John Crispin
85b8897d1a
fstools: stage libubi-utils static library and headers
...
Use InstallDev to make libubi-utils available for linking in
uboot-envtools.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40928
2014-06-02 12:44:16 +00:00
John Crispin
3936ed4028
package/Makefile: Substituted deprecated -perm +mode with -perm /mode
...
The find(1) -perm +mode is no longer supported and has been deprecated since
2005.
This could resolve #13855 ticket.
Signed-off-by: Rocco Folino <lordzen87@gmail.com>
SVN-Revision: 40927
2014-06-02 12:44:13 +00:00
John Crispin
07fde034b0
lantiq: Add ARV7510PW22 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40918
2014-06-02 12:43:31 +00:00
John Crispin
4fd7e0cdab
kernel: Add kernel modules for USB gadget serial devices.
...
This patch adds support for building the kernel modules for gadget serial devices.
Signed-off-by: Owen Kirby <osk@exegin.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40917
2014-06-02 12:43:28 +00:00
John Crispin
af4769e298
iptables: Makefile: only build ip6tc, if IPv6 is enabled
...
when disabling ipv6, the iptables build breaks without a manul clean or this patch
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 40916
2014-06-02 12:43:25 +00:00
John Crispin
a866b7eb9d
dropbear: make missing variables local
...
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 40914
2014-06-02 12:43:16 +00:00
John Crispin
37eb27e47d
base-files: remove function service_kill
...
Function service_kill is deprecated and has no user, so remove it.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40912
2014-06-02 12:43:10 +00:00
John Crispin
36d0a5e3fb
base-files: add simple shutdown script
...
Since svn rev [38557] we support power buttons, for example
the ACPI power button on x86 machines.
Add a simple shutdown script to /etc/rc.button, to gracefully shutdown
the machine after the power button is pressed.
Tested on x86 and x86_64 in a kvm virtual machine.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 40909
2014-06-02 12:43:00 +00:00
John Crispin
44e2de03a4
base-files: calling stop_service before procd_kill.
...
Before this patch, doing `/e/c/network restart' will emit the folloing
error by `ubus network.wireless down "{}"' because netifd already quit
by that time.
Command failed: not found
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 40906
2014-06-02 12:42:44 +00:00
John Crispin
8f100f4f2e
kernel: usb.mk: enable chipidea udc mode
...
The chipidea USB OTG controller is dual-role and supports both host and device
modes. Enable device mode.
Tested on Gateworks Ventana imx6 board with g_ether.
Are there any other targets out there that use the CHIPIDEA controller? If so
testing is needed for those.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40905
2014-06-02 12:42:41 +00:00
John Crispin
dcf42b40fc
base-files: removes logging
...
Since logd haven't started at this point, logging does not work.
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
SVN-Revision: 40904
2014-06-02 12:42:37 +00:00
Felix Fietkau
118eec12e8
fstools: update to latest version, fixes build on x86_64
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40902
2014-06-02 09:38:09 +00:00
Steven Barth
7c0d5b99c4
odhcpd: add configuration for userclass-filter
...
SVN-Revision: 40900
2014-06-02 07:08:16 +00:00
Zoltan Herpai
d00f7b05c8
uboot-sunxi: add bananapi support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40899
2014-06-01 18:47:14 +00:00
Steven Barth
e9ff251ca6
ca-certificates: bump to 20140325
...
SVN-Revision: 40894
2014-06-01 10:32:37 +00:00
Steven Barth
299c2cd312
6relayd: superseded by odhcpd
...
SVN-Revision: 40893
2014-06-01 10:28:50 +00:00
Steven Barth
b5b0381cbb
polarssl: bump to 1.3.7
...
SVN-Revision: 40892
2014-06-01 09:49:24 +00:00
Felix Fietkau
d866ee2e30
netifd: replace the sleep 5 with an ubus wait_for call to speed up init script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40891
2014-05-31 23:49:23 +00:00
Felix Fietkau
11462369af
fstools: update to the latest version, fixes build for 64 bit targets
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40889
2014-05-31 12:46:59 +00:00
Steven Barth
cdbbe71199
odhcp6c: fix last commit
...
SVN-Revision: 40887
2014-05-30 14:50:42 +00:00
Steven Barth
f8c12d4227
odhcp6c: improve passthrough filter
...
SVN-Revision: 40886
2014-05-30 14:48:39 +00:00
Felix Fietkau
72d6a51e64
iwinfo: null-terminate the ssid on nl80211 scan to avoid printing trailing garbage
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40884
2014-05-30 11:37:35 +00:00
Steven Barth
8f8dc0959c
busybox: remove redundant 6rd-patch
...
SVN-Revision: 40882
2014-05-29 21:50:32 +00:00
Steven Barth
57999c4807
odhcpd: Fix a segfault in DHCPv6 option handling
...
SVN-Revision: 40881
2014-05-29 21:01:42 +00:00
Steven Barth
50b663de47
busybox: udhcpc source IP rebind patch
...
Patch sets the source IP address of DHCP request messages during rebind to the IP address
assigned to the udhcpc client. Source address 0.0.0.0 can only be used by a client prior
to obtaining its IP address (see RFC2131 § 4.1). Source IP address behavior lines up now with
the ISC dhcp client implementation for DHCP request messages during rebind and DHCP release
messages.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 40878
2014-05-29 10:35:34 +00:00
Jo-Philipp Wich
83ccc9a8f6
6in4: adjust update url ( #16617 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40876
2014-05-29 09:22:52 +00:00
Luka Perkov
591b5285f5
uboot-envtools: add support for kirkwood ea4500
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40872
2014-05-28 21:43:42 +00:00
Felix Fietkau
df9f29c47d
ubox: update to latest version, fixes kmodloader issues with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40869
2014-05-28 21:28:14 +00:00
Felix Fietkau
487f719203
uqmi: Add support for QMI-based mobile broadband modems
...
Many of the 4G/LTE and 3G modems utilize the QMI-protocol to control the
modem. At the moment there is no support for them in OpenWrt. This
patch adds support for them in the form of a netifd script and a
control utility. Tested with Huawei E398 and ZTE MF820D (which requires
a delay of ~30 s before responding to QMI commands). I put myself up as
the maintainer, feel free to change this if you desire.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 40868
2014-05-28 19:45:20 +00:00
Felix Fietkau
253892e57f
uclient: update to the latest version, fixes an issue with http authentication handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40867
2014-05-28 09:44:57 +00:00
Steven Barth
05090cb270
odhcpd: add support for configuring raw dhcpv6 options
...
SVN-Revision: 40862
2014-05-26 17:08:57 +00:00
Felix Fietkau
af116a5ec3
libubox: update to latest version, fixes a segfault on json_script cleanup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40861
2014-05-26 13:53:48 +00:00
Felix Fietkau
a5f8365f40
ath9k: fix deprecated syntax in config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40860
2014-05-26 08:00:29 +00:00
Felix Fietkau
48855aab6c
ath9k: make support for PC-OEM cards optional, reduces module size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40859
2014-05-25 22:39:58 +00:00
Felix Fietkau
2898951c9c
ubox: update to the latest version, reduces binary library dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40857
2014-05-25 22:39:51 +00:00
Felix Fietkau
0c383776df
procd: update, fixes a bunch of memleaks
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40856
2014-05-25 19:38:58 +00:00
Felix Fietkau
039dca04b8
procd: update to the latest version, fixes some musl compatibility issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40854
2014-05-25 17:51:52 +00:00
Felix Fietkau
6c6faf5f37
busybox: add back missing crond config change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40853
2014-05-25 17:45:22 +00:00
Felix Fietkau
f4f553efa7
busybox: update to 1.22.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40852
2014-05-25 17:42:09 +00:00
Felix Fietkau
a54791f2ba
busybox: remove obsolete httpd patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40851
2014-05-25 17:42:02 +00:00
Felix Fietkau
63f69d0bb9
busybox: remove obsolete insmod patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40850
2014-05-25 17:41:59 +00:00
Felix Fietkau
7a13084797
busybox: drop a udhcpc patch that has been superseded by upstream changes a long time ago
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40849
2014-05-25 17:41:55 +00:00
Felix Fietkau
c1187357dc
busybox: remove obsolete init patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40848
2014-05-25 17:41:52 +00:00
Felix Fietkau
5e341d0d0d
busybox: use a config option instead of a patch to select the cron directory
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40847
2014-05-25 17:41:48 +00:00
Felix Fietkau
92b716ff72
mac80211: mark kmod-rtlwifi as hidden (selected by rtlwifi drivers)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40845
2014-05-25 12:23:14 +00:00
Felix Fietkau
d9bbeff7c8
button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40839
2014-05-23 22:13:13 +00:00
Felix Fietkau
6ee4d92e34
gpio-button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels ( fixes #16413 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40838
2014-05-23 22:13:10 +00:00