John Crispin
2deeb3e2fa
ltq-vdsl-mei: disable PKG_CHECK_FORMAT_SECURITY
...
the build breaks when PKG_CHECK_FORMAT_SECURITY:=1
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41451
2014-07-01 18:05:09 +00:00
John Crispin
e7b9bec305
mac80211: enable driver compilation for mt7620
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41442
2014-07-01 10:26:21 +00:00
John Crispin
b5fe5d5ba3
mac80211: add support for mt7620
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41441
2014-07-01 10:26:18 +00:00
John Crispin
66ae4803e2
base-files: fix ramfs / nand upgrade
...
/lib/{imx6,lantiq,...}.sh are needed in the ramfs for sysupgrade to work.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41440
2014-07-01 10:26:14 +00:00
John Crispin
ea535a9565
ubox: add a flag that allows us to disable remote log while keeping the ip settings inside uci
...
this makes webui foo a lot easier
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41439
2014-07-01 10:26:10 +00:00
John Crispin
bf75e37030
ppp: fix keep alive option
...
currently the keepalive option needs to be removed to fully disable it. this patch allows us to set it to 0.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41438
2014-07-01 10:26:07 +00:00
John Crispin
6240cc9e17
kernel: add japanese codepages
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41437
2014-07-01 10:26:03 +00:00
Imre Kaloz
fe1df543e1
try to load the orion glue automatically
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41434
2014-07-01 09:36:38 +00:00
Steven Barth
d5340f6092
odhcpd: some minor DHCP/DHCPv6 fixes
...
SVN-Revision: 41432
2014-07-01 08:15:28 +00:00
Felix Fietkau
d78404c24a
openvpn: fix compile error with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41425
2014-06-30 15:34:03 +00:00
Felix Fietkau
b1c4a0aed5
openvpn: update to version 2.3.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41416
2014-06-30 12:43:03 +00:00
Luka Perkov
9dd205b2ad
busybox: fix validation in sysntpd init script
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41415
2014-06-30 10:11:18 +00:00
John Crispin
9912d02fa1
procd: fix uci_validation
...
Regardles of the return code from validate_data _error variable will be 0 due
to 'local' command in the previous line. With this patch we are able to catch
the return code from validate_data tool.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41414
2014-06-30 09:57:29 +00:00
John Crispin
a7863b1368
ubox: update to latest git
...
this adds validation fixes
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41413
2014-06-30 09:57:25 +00:00
Felix Fietkau
b3b55de395
build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages
...
The idea is to gradually fix the packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 41411
2014-06-30 08:19:48 +00:00
Felix Fietkau
a68ae1a701
rbcfg: fix format string bug
...
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 41410
2014-06-30 08:19:44 +00:00
Steven Barth
3c791c31bf
odhcpd: fix build failure with musl
...
SVN-Revision: 41409
2014-06-30 07:56:33 +00:00
Luka Perkov
be2a057787
base-files: define yes/no as valid boolean options
...
ubox validate_data defines yes/no as valid boolean options, do the same in
config_get_bool too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41405
2014-06-29 23:05:05 +00:00
Felix Fietkau
1c499abcda
pppd: fix build with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41404
2014-06-29 22:26:08 +00:00
Felix Fietkau
94b41e9aa5
rpcd: update to the latest version, fixes build with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41403
2014-06-29 22:26:05 +00:00
Felix Fietkau
cdee846385
samba36: fix build error with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41402
2014-06-29 22:26:02 +00:00
Felix Fietkau
78fcf50de4
relayd: update to the latest version, fixes musl compile and multicast relaying
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41401
2014-06-29 22:25:58 +00:00
Felix Fietkau
07304f4732
librpc: fix compile errors with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41400
2014-06-29 22:25:54 +00:00
Felix Fietkau
8d8868cffc
gettext-full: use uclibc workarounds for musl as well
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41397
2014-06-29 22:25:43 +00:00
Felix Fietkau
368cc09dd5
strace: fix compile with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41395
2014-06-29 22:25:36 +00:00
Felix Fietkau
5db42f92fd
netifd: update to the latest version, fixes a crash on reload with hotplugged devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41393
2014-06-29 21:27:28 +00:00
Felix Fietkau
50c05b20cb
netifd: update to the latest version, addds a few fixes and enables multicast->unicast for igmp snooping on wireless devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41390
2014-06-29 18:34:22 +00:00
Felix Fietkau
bf90d46933
ubox: add explicit dependency on libubus to catch ABI changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41389
2014-06-29 15:41:39 +00:00
Imre Kaloz
a91b9e35a4
add mvebu support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41380
2014-06-29 12:38:35 +00:00
Felix Fietkau
c41dae37bf
conntrack-tools: fix build on octeon
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41377
2014-06-29 11:33:03 +00:00
Felix Fietkau
d73e2c5528
conntrack-tools: leave out bogus reject files on unpacking
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41376
2014-06-29 11:33:00 +00:00
Felix Fietkau
20de772cea
px5g-standalone: disable long long to fix compiler errors on mips64
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41375
2014-06-29 11:03:46 +00:00
John Crispin
97382f76e8
kernel: xen-kbdfront.ko is at a different path Signed-off-by: John Crispin <blogic@openwrt.org>
...
SVN-Revision: 41371
2014-06-29 09:48:41 +00:00
Jo-Philipp Wich
42bc2c49ae
6in4: send password unhashed
...
The preferred he.net /nic/update endpoint expects the password or updatekey in
plain text and not as md5 sum, therfore remove the hashing operation from the
script.
This effectively renders the "updatekey" option redundant but we keep it around
for backwards compatibility. Both "option password" and "option updatekey" will
have end up in the "&password=" parameter of the update url and are passed through
unmodified.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41358
2014-06-27 10:40:44 +00:00
Jo-Philipp Wich
4255b2fde5
toolchain: only take last found libgcc* file
...
The current $(wildcard ...) match might return multiple files which will break subsequent cp commands
with an error like:
cp: target `/home/user/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx/tmp-libc/lib/libgcc_s_pic.a' is not a directory
Prevent this issue by only taking the last path returned by globbing.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41357
2014-06-27 10:40:21 +00:00
John Crispin
a51588a5f9
busybox: use ntp enabled config option
...
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41355
2014-06-27 07:55:03 +00:00
John Crispin
818e38625f
base-files: add enabled config option for ntp service
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41354
2014-06-27 07:52:06 +00:00
Steven Barth
2ad9907cd5
firewall3: add fw3 zone function to enumerate devices
...
SVN-Revision: 41349
2014-06-26 12:20:47 +00:00
John Crispin
d3be71e141
mdns: add the new openwrt mdns daemon
...
this is still wip, you can use the following ubus calls.
ubus call mdns scan # triggers a scan
ubus call mdns browse # look at the currenlty cached records
ubus call mdns hosts # look at the currenlty cached hosts
TODO
- ipv6, currenlty AAAA records are handled but only on v4 sockets
- finish the service announce code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41345
2014-06-26 11:43:34 +00:00
John Crispin
3a9bfa5938
base-files: add a post start hook to the procd init.d api
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41344
2014-06-26 11:43:30 +00:00
John Crispin
3cb08b4811
iputils: fix compile when using eglibc
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41342
2014-06-26 11:42:57 +00:00
Luka Perkov
e575c759ca
uboot-envtools: use new scripts from /lib/ to match boards
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41340
2014-06-26 10:14:14 +00:00
Felix Fietkau
35f05693f1
ubus: update to the latest version, fixes netifd related crashes on ubus calls during reload
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41337
2014-06-25 08:32:14 +00:00
Luka Perkov
3fea61afe8
base-files: update copyright headers
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41334
2014-06-24 18:18:50 +00:00
John Crispin
64d0d18a4e
libubox: update to latest git head
...
this adds 5 lua fixes to the tree
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41328
2014-06-24 18:14:01 +00:00
John Crispin
9b714b6e7b
procd: fix nand.sh kernel_length typo
...
sysupgrade otherwise skips kernel part on devices which got
kernel in ubi due to kern_length being undefined, kernel_length
is being used instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41327
2014-06-24 18:13:56 +00:00
John Crispin
c2d95d4106
fstools: fix factory reset on ubifs overlay
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41315
2014-06-24 18:13:05 +00:00
John Crispin
8a82c2cd36
uboot-envtools: fix build if ubi volume support is disabled
...
Insert a missing #ifdef UBI around the use of libubi_close().
As the preceding if (libubi) will never be true on non-UBI builds,
compiling only failed when disabling optimization.
Also rebase patch to latest u-boot.git HEAD.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41313
2014-06-24 18:12:56 +00:00
Steven Barth
2dd6d4a4f0
dnsmasq: use config_get_bool for dnsmasq
...
SVN-Revision: 41302
2014-06-22 15:34:36 +00:00
Felix Fietkau
2c9c7ada6e
mac80211: disable greenfield by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41300
2014-06-22 11:52:53 +00:00