nbd
5a4d032c71
mac80211: fix linux 3.5 compatibility
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-19 00:59:19 +00:00
nbd
ba1de008db
mac80211: fix AP multi-BSSID support ( #11698 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-19 00:53:20 +00:00
jow
295fa0808d
zlib fix for btrfs
...
Hi,
yes, it is true...
In the standard, unpatched trunk is zlib_inflate.ko compiled, but not included
in any package... So, my previous version was functional, but with system bug.
Here is fixed patch.
On Wed, Jun 13, 2012 at 05:00:02PM +0200, Jo-Philipp Wich wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> - -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi.
>
> Shouldn't you also add CONFIG_ZLIB_DEFLATE to KCONFIG then?
>
> ~ Jow
> - -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.12 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk/YqrcACgkQdputYINPTPM6dgCfYDgzK1XHiKDJNSdc/+HgIoRp
> HSgAoKdUxcqXzHqTLiyEkiQqCnDuuVmu
> =0DUX
> - -----END PGP SIGNATURE-----
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.12 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk/YqvIACgkQdputYINPTPNMagCePNwPSYHfoCd5eXywQ+sTATqQ
> 2CQAoJW/Fez+DqflHlJVcvng/LvsfrCm
> =s6B0
> -----END PGP SIGNATURE-----
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Signed-off-by: Michal Heppler <mhepp@ics.muni.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:59:57 +00:00
jow
d1f2a4a601
openssl does not compile with uml and arch x86_64
...
Hi,
I found that openssl did not compile on the uml target under x86_64. The
attached patch should
correct this and is working for me. Is this the right way to do it?
thanks,
Thomas
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:54:08 +00:00
nbd
8a25c3c9d3
kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.ko
...
kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko
if it is not included into the kmod-ipt-nathelper-extra packge the modules
nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded:
[ 44.500000] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0)
[ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:30:48 +00:00
jow
2f3ce32769
[package] kernel: split kmod-pppoe into kmod-pppox and kmod-pppoe, make kmod-pptp depend on kmod-pppox ( #11677 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:26:36 +00:00
jow
d84c1a6815
[package] 6rd: apply the same simplifications done in 6to4 and 6in4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:08:20 +00:00
jow
fad2bfb9e1
Add new package for configuring 6rd tunnels.
...
This patch adds support for manually configuring 6rd tunnels. It depends on
the netifd patches I sent earlier, which add 6rd support.
A basic interface configuration looks like:
config interface 'wan6'
option proto '6rd'
option peeraddr '192.0.2.1'
option ip6prefix '2123::'
option ip6prefixlen '16'
option ip4prefixlen '0'
Where ip4prefixlen is optional and actually defaults to 0, which would use all
bits of the IPv4 in the calculated IPv6 subnet.
I believe it should be possible to configure a regular 6to4 tunnel using this,
and that we may want to merge the two eventually, but there are some larger
differences between the two at the moment:
- 6rd addresses can be more difficult to calculate. My ISP, for example, has
a setup with a v6 mask of 43 bits, and a v4 mask of 19.
- 6to4 has support for configuring radvd. This is something we want, of
course, but it seems best to deal with this in a separate patch.
Just creating a new package looked like the quickest way to get this in.
This work is based on the 6in4 package, and work by Stijn Tintel.
Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:08:18 +00:00
jow
2ffacfdd8e
[package] netifd: bump again to git head, fix device present state after reconnecting shell protos
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:01:04 +00:00
nbd
2038460162
netifd: update to latest version again, fixes route6 issues ( #11528 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 21:52:28 +00:00
jow
065032e9b8
[package] 6in4, 6to4: further simplify protocol backends
...
- use new default route dependencies to trigger bringup
- remove old hotplug scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 21:40:34 +00:00
nbd
05109b66fc
netifd: update to latest version, adds 6rd related changes and adds support for default route dependencies (through host route dependencies)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 21:23:09 +00:00
blogic
8b3a99d374
[uclibc++] fix ccache related build breakage
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 08:50:26 +00:00
nbd
9f3403679d
mac80211: update to wireless-testing 2012-06-14
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 01:26:36 +00:00
jow
31767f1683
[package] uhttpd: finish inherited uloop in forked childs, fixes misdispatched events leading to race conditions and bad memory accesses
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 00:41:43 +00:00
luka
767678c987
e2fsprogs: fix md5sum issue
...
md5sum from kernel.org and sourceforge.net are not the same
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 21:34:16 +00:00
acinonyx
93c5b6eff6
[package] acx-mac80211: Add workaround for mac80211 hw-queue check
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 20:50:43 +00:00
acinonyx
e51e3d7633
[package] acx-mac80211: Bump to v20120607
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 20:49:55 +00:00
acinonyx
ae67992a87
[package] acx-mac80211: Allow firmware downloading for more ACX1xx cards
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 20:46:31 +00:00
luka
bc4b2189b6
[package] e2fsprogs: update to 1.42.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 17:53:01 +00:00
jow
e200a200fa
[package] 6in4, 6to4: remove dependency on "ip"
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32403 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 13:18:40 +00:00
jow
87f9328239
[package] 6to4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 13:17:39 +00:00
jow
f065f868a4
[package] 6in4: change local4 option name back to ipaddr
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 12:27:16 +00:00
jow
a17b7b615d
[package] 6in4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32400 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 12:18:39 +00:00
jow
f6a09e69e9
[package] base-files: implement network_get_gateway(), network_get_gateway6(), network_find_wan() and network_find_wan6() in /lib/functions/network.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 11:50:50 +00:00
nbd
8692f75f73
fuse: update to 2.9.0
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-16 21:06:37 +00:00
nbd
659b283c6c
fuse: move kmod-fuse to package/kernel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32394 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-16 21:06:24 +00:00
nbd
fcbd67c599
fuse: remove obsolete patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32393 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-16 21:06:20 +00:00
blogic
3a55f5af45
[ltq-tapidemo] set explicit -lpthread
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-16 14:52:33 +00:00
blogic
b008f41eef
[pjsip] fixes ccache compile and adds missing -lc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-15 23:42:48 +00:00
nbd
3bb2e382f6
ath9k: fix an invalid pointer access in the tx path
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 21:36:05 +00:00
nbd
fbed636a79
add uclibc++ (from packages)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 20:25:57 +00:00
nbd
37845cc239
netifd: update to latest version, adds back the workaround for ignoring wlan* in /etc/config/network
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 16:50:45 +00:00
jow
41f27dafe5
[package] base-files: enable shell tracing in initscripts when INIT_TRACE is set
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 17:10:41 +00:00
nbd
4a84d63d35
base-files: override Build/Compile/Default instead of Build/Compile ( fixes #11667 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 16:25:29 +00:00
jow
266f935b93
[package] ppp: make ppp-mod-pptp depend on resolveip
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-12 21:07:53 +00:00
jow
97e89e29c4
[package] ppp: add missing options.pptp
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 23:22:52 +00:00
jow
d675c9051f
[package] drop userspace pptp - it is defunct, slow and badly integrated
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 20:09:01 +00:00
jow
3c67ec7920
[package] ppp: add support for kernel mode pptp
...
- add ppp-mod-pptp, based on patch by Daniel Golle <dgolle@allnet.de>
- add netifd integration for pptp to ppp.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 20:07:46 +00:00
jow
6ae19d404b
[package] netifd: localize internally used shell variables ( #11567 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32192 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 13:25:58 +00:00
nbd
499d03c2f3
e2fsprogs: move dependencies to the right packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32184 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 00:56:45 +00:00
nbd
043ef04cf0
util-linux: disable udev support, add missing dependencies
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 00:56:41 +00:00
nbd
d184ace808
fuse: add missing dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 00:56:38 +00:00
nbd
5e27d1ed3b
ebtables: add a missing dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 00:56:34 +00:00
nbd
3c87508f98
toolchain: remove target dependencies on libgcc/libgfortran, add checks to package install template instead
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 22:24:28 +00:00
nbd
8171f3fbb7
busybox: remove BUSYBOX_USE_LIBRPC
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 22:24:24 +00:00
nbd
e5778e471c
ubus: add a missing dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 20:27:47 +00:00
nbd
6b66e21e44
libubox: add a missing dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 20:27:44 +00:00
nbd
bc38f26d42
toolchain: fix libc dependency on libgcc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32170 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 20:27:34 +00:00
nbd
026e567afc
base-files: move all toolchain packages to a separate package directory 'toolchain'
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 20:27:30 +00:00
nbd
a2bb6e17ce
util-linux: libblkid depends on libuuid
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 20:27:24 +00:00
luka
3060881070
[tools] mklibs: update to 0.1.34 (v2)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 17:07:46 +00:00
jow
d0fc9333a9
[package] busybox: fix bad variable substitution on right hand side of I/O redirection, imported patch from upstream bug 5282
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 13:19:45 +00:00
nbd
70f4fb23cd
ppp: block restart of interfaces if pppd refused the command line options
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 12:12:10 +00:00
nbd
c7a15aa54a
ath9k: add some more ani fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 12:03:33 +00:00
luka
0df1027472
[package] zlib: update to 1.2.7
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-09 23:29:28 +00:00
nbd
0216776441
ppp: enable no_device in the netifd pppoa handler to bring it up at boot time ( #11631 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32146 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-09 23:16:26 +00:00
luka
b3174b6800
[package] util-linux: update to 2.21.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32141 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-09 17:37:29 +00:00
luka
3d51440bba
[package] e2fsprogs: update to 1.42.3
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-09 17:37:27 +00:00
nbd
7efa150cb4
make librpc compatible with eglibc, unconditionally enable it for packages that need rpc support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32129 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-08 15:10:18 +00:00
jow
15a1f9e148
[package] firewall: allow incoming ICMPv6 router-advertisement and neighbor-advertisement, thanks swalker
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32127 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-08 14:20:34 +00:00
nbd
f6c0a7c4e1
mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the world regd similar to the default regd in ath
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32126 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-08 12:09:36 +00:00
nbd
a1b2ddfdde
kernel: add module packages for usbip (from the packages feed)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-07 16:51:53 +00:00
jow
ab865f7094
[package] base-files: implement network_defer_device() and network_ready_device() wrappers for upcoming netifd iface deferring support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-07 14:55:26 +00:00
nbd
27057b9163
iproute2: fix build errors with newer versions of eglibc
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-07 12:37:49 +00:00
nbd
4ecab5fbfb
iptables: fix build error if only libraries are selected
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-07 12:24:37 +00:00
jow
ded44978b7
[package] netifd: fix typo in dhcp protocol handler, fixes reqopt handling ( #11609 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-07 10:54:03 +00:00
nbd
dc7944ead9
hostapd: fix driver setting for wpa_s in IBSS/WPA-NONE
...
This fix is needed to correctly set the driver to use with wpa_s in case of
IBSS/WPA-NONE. The current setting is not made correctly.
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-06 15:25:52 +00:00
nbd
b444904744
libubox: add mirror md5sum
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-06 13:45:57 +00:00
luka
5cdcae8e9b
[package] util-linux: fix typo
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 20:54:33 +00:00
jow
132717c891
[package] base-files: add permission exceptions, do not clobber shadow permissions - based on patch by Mark Mentovai <mark@moxienet.com>
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 18:02:00 +00:00
blogic
bf71a5af18
[ltq-vmmc] remove bogus patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 17:55:35 +00:00
blogic
bae921b2aa
[wprobe/ipfix] rename libmisc.a to libipfixmisc.a
...
libmisc.a is too generic to be globally staged. It was clashing with xinetd
builds.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 17:49:57 +00:00
jow
9f591dd66a
[package] base-files: ship a static initial shadow db instead of creating it from passwd with sed, this fixes registering of users at compile time
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 17:48:41 +00:00
jow
52deeb5d9c
[package] base-files: make user_add() populate the shadow db as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 17:40:32 +00:00
jow
aa44be4505
[package] /etc/functions.sh => /lib/functions.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 16:04:23 +00:00
luka
f0547a9037
uboot-envtools: forgot to remove uboot-envtools.init file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 22:03:00 +00:00
luka
090fe17a5f
uboot-envtools: update to 2012.04.01
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 21:55:49 +00:00
nbd
c8c13fd350
netifd: update to latest version, fixes wifi restart issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 18:22:09 +00:00
nbd
98ae44c05c
ubus: update to latest version, adds reconnect support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 18:22:04 +00:00
nbd
439e38c40e
ath9k: fix typo in last commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 13:46:29 +00:00
nbd
049b4337f5
ath9k: fix ANI weak signal detection handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 13:42:39 +00:00
nbd
5bfb119980
ath9k: fall back to OTP ROM if the platform data does not contain valid eeprom data
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-04 10:42:03 +00:00
luka
c906be87a1
pjsip: update to version 1.14.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-03 23:37:58 +00:00
nbd
060f822fc2
pptp: fix passing setup json variables to the ppp setup code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-03 17:01:30 +00:00
nbd
b2ec569c81
kernel: kmod-video-gspca-core depends on kmod-input-core ( fixes #11412 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-03 12:38:53 +00:00
blogic
247d8f2923
[kernel] fix videobuf2 escription
...
fixes #11411
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-03 10:56:01 +00:00
blogic
759c50f67a
[kernel] Missing kernel module entry for GSPCA driver for SE401 webcam
...
fixes #11505
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-03 07:28:48 +00:00
jow
2498cec75c
[package] uhttpd: remove some dead code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-02 15:08:54 +00:00
jow
f76b152928
[package] uhttpd: add explicit stdin eof notification for Lua and CGI childs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-02 14:56:24 +00:00
blogic
4c258bc75e
[ltq-vmmc] use symlinks for voip FW to make laoding easier
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-02 14:03:30 +00:00
blogic
ae1aca2eb7
[ltq-vmmc] move /dev/vmmcX creation to a more central place
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-02 14:03:28 +00:00
hauke
50498fcd76
mac80211: brcmsmac: add some patches starting to add support for some more chips
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32020 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-01 21:17:04 +00:00
hauke
539cdb71a6
mac80211: make brcmfmac depend on usb
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-01 21:14:08 +00:00
nbd
3465c46c7a
mac80211: merge some pending fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-01 10:26:02 +00:00
blogic
324a0c4c82
[util-linux] fixes a descriptions mismatch
...
fixes #11381
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-30 20:16:29 +00:00
jow
4e6d930fdd
[package] libubox: update to 2012-05-30, fixes bad non-empty return values in case of already cached variables
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-30 19:53:01 +00:00
jow
28e515440f
[package] uhttpd: fix wrongly applied sizeof() leading to writing beyound end of buffer and subsequent data corruption ( #11557 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32005 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-30 15:30:07 +00:00
nbd
a3657acc2b
mac80211: update to wireless-testing 2012-05-29
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-30 01:01:06 +00:00
nbd
80f0c401c2
kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependencies
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 22:22:19 +00:00
juhosg
5e8d1213bc
base-files: add LED specific functions to /lib/functions/uci-defaults
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 16:39:16 +00:00
nbd
b0d06c0492
netifd: remove obsolete config variable dependency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 13:02:10 +00:00
nbd
b50f2a903c
pptp: remove old network scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 12:59:23 +00:00
nbd
dd6dfe8647
ppp: remove old network scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 12:59:19 +00:00
nbd
227fdd5489
6to4: remove old network scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 12:59:15 +00:00
nbd
149e440f17
comgt: remove old network scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 12:59:11 +00:00
nbd
eb628c8fbc
6in4: remove old network scripts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 12:59:07 +00:00
nbd
232df3c46d
base-files: remove base-files-network, netifd is the only supported option now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 12:59:03 +00:00
nbd
9f54f3752f
ppp: fix local ip in status info ( fixes #11551 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 12:58:57 +00:00
jow
523bb87b7e
[package] base-files: add network_is_up()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 02:03:25 +00:00
jow
4fd1204c58
[package] libubox: update to 2012-05-29
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 00:36:46 +00:00
jow
29377555bf
[package] base-files: let network_get_device() return the l3 interface, introduce network_get_physdev() to obtain the underlying iface (if applicable)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-29 00:20:16 +00:00
nbd
6cbf2e7dbd
mac80211: use built-in regulatory database instead of crda to avoid various race conditions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 16:17:30 +00:00
nbd
1cf19d8a82
netifd: call /sbin/wifi up on /etc/init.d/network reload
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 14:22:42 +00:00
jow
7de192f60d
[package] base-files: add network_get_device() to network.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 03:24:56 +00:00
jow
e1df4ecd68
[packages] firewall: fix nat reflection after netifd status format change
...
- use /lib/functions/network.sh
- simplify nat reflection code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 03:15:05 +00:00
jow
41d413b29c
[package] base-files: introduce /lib/functions/network.sh
...
This file will contain common procedures to deal with network interfaces.
Initially provides network_get_ipaddr(), network_get_ipaddr6(),
network_get_subnet() and network_get_subnet6() to determine the
primary IP addresses or subnets of a given logical interface.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 03:15:02 +00:00
nbd
29aa2abbf6
libubox: update to 2012-05-26
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 02:55:50 +00:00
jow
9923737295
[package] iwinfo: assume that no tx power information is available if nl80211 returns 0 dBm maximum
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 00:52:26 +00:00
jow
8b4e17bfbc
[package] uhttpd:
...
- rewrite large parts of the server, use uloop event driven structure
- support concurrent requests and make the upper limit configurable
- implement initial version of HTTP-to-ubus JSON proxy and session.* namespace
- add compile time support for debug information
- code style changes
- bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 00:52:24 +00:00
nbd
ed3a907ece
kernel: remove more unnecessary kernel version checks/dependencies
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-27 15:22:13 +00:00
nbd
209413c2fa
kernel: remove a few more obsolete CompareKernelPatchVer calls, add dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-27 12:33:55 +00:00
nbd
d99899b1fc
netifd: fix "Command failed: Not found" error with dhcp
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-26 20:36:49 +00:00
nbd
00d5b5d73f
mac80211: backport a fix for single-queue drivers ( fixes #11534 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-26 20:15:28 +00:00
nbd
a8789daec2
ncurses: libncursesw should not depend on libncurses
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-26 18:03:56 +00:00
nbd
488a50c307
ppp: add back ip-{up,down}.d support for now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31860 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-26 15:31:54 +00:00
nbd
04288d031e
mac80211: get rid of duplicate iw reg set command (thx, stintel)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-26 14:56:04 +00:00
nbd
05358e5920
netifd: update to latest version, fixes an endian issue in broadcast address handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-25 07:59:29 +00:00
nbd
b0a9996a85
netifd: update to latest version, fixes overriding the mac address for bridge interfaces ( #11526 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-24 18:45:01 +00:00
nbd
8a303aee1e
netifd: bring up wifi at boot
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-24 16:24:55 +00:00
jow
e459120874
[package] util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. cryptsetup ( #11508 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-24 09:17:27 +00:00
nbd
d642943131
base-files: kill ubusd and udhcpc on sysupgrade as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31852 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 21:54:12 +00:00
nbd
e2590c8421
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 21:49:31 +00:00
nbd
95718ecbd7
netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold /etc/init.d/netifd into /etc/init.d/network
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 21:49:28 +00:00
jow
e771e71e91
[package] netifd: port r27720 ( #9763 ) to the netifd ifup variant
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 21:26:20 +00:00
juhosg
5dbbd23291
package/base-files: copy /lib/functions.sh to the ramfs on sysupgrade
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31842 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 21:05:20 +00:00
nbd
d1d40b4296
netifd: update to latest version, adds interface alias support ( #11518 ), and fixes network route drops on dhcp renew
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 20:38:45 +00:00
nbd
fb17c4e710
lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-20 21:58:03 +00:00
nbd
31fe90a64a
kernel: fix kmod-sched-core build for kernels without codel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-20 21:57:58 +00:00
nbd
b2b71070d0
pppd: add noipdefault option to /etc/ppp/options ( fixes #11499 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-20 14:02:05 +00:00
nbd
106ac34f8f
netifd: update to latest version, fixes dns server issues ( #11501 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-20 13:56:25 +00:00
nbd
b35e925be7
netifd: update to latest version, fixes peerdns handling, custom dns override and interface metric settings
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-19 23:47:33 +00:00
jow
0713bcf0c9
[package] kernel: fix packaging of act_connmark.ko ( #11492 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-19 23:33:47 +00:00
jow
2557831cbd
[package] openssl: update to v1.0.1c (CVE-2012-2333)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31819 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-19 21:00:14 +00:00
jow
edd13191a9
[package] dnsmasq: bump package revision
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-19 20:17:57 +00:00
jow
323f8e06f6
dnsmasq: allow forcing options
...
The option 'force' when set to '1' will transform a dhcp-option to dhcp-option-force instead in the config.
This is useful for forcing options to be sent back to a client (even options it didn't ask for).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31816 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-19 20:17:56 +00:00
jow
be8007e076
dnsmasq: add support for set: and tag: pairs
...
On my network, I have a variety of machines and appliances, some of which need different configuration issues than the default options.
For example:
config host
option name 'client'
option mac '00:01:02:03:04:05'
option ip '192.168.1.20'
option tag 'acme'
config tag acme
option force '1'
list dhcp_option 'option:router,192.168.1.253'
list dhcp_option 'option:domain-name,acme.com'
list dhcp_option 'option:domain-search,acme.com,redfish-solutions.com'
which allows me to override the default router for my client's host, as well as its domain-name, and its domain-search.
this causes the following config lines:
dhcp-host=00:01:02:03:04:05,set:acme,192.168.1.20,client
dhcp-option-force=tag:acme,option:router,192.168.1.253
dhcp-option-force=tag:acme,option:domain-name,acme.com
dhcp-option-force=tag:acme,option:domain-search:acme.com,redfish-solutions.com
This could be useful elsewhere, for instance, if you have an IP CCTV that you don't want to have a default-route, etc.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-19 20:17:54 +00:00
jow
ba344a5eae
[package] dnsmasq: fix parsing of mx record options ( #11365 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31814 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-19 20:17:19 +00:00
nbd
ddd723fa4a
netifd: update to latest version, fixes a crash on restart
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31812 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-18 21:59:23 +00:00
nbd
8410561100
ubus: update to latest version, fixes a socket race condition in the client library with uloop
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-18 20:36:02 +00:00
juhosg
e32a177913
x86/ep80579: switch to 3.3
...
Also fix build errors in the ep80579-drivers package.
Compile tested only.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-18 20:10:33 +00:00
juhosg
a8aba4599d
package/ep80579-drivers: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-18 20:10:28 +00:00
nbd
b448b66c56
kernel: add et131x from packages/
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-18 19:03:35 +00:00
nbd
435a2cf2ad
kernel: split off act_connmark into a separate package to avoid cluttering kmod-sched with a netfilter dependency ( fixes #11483 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-18 18:36:36 +00:00
hauke
299f8d8147
mac80211: add brcmfmac driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-18 15:43:04 +00:00
nbd
8cf054b884
kernel: remove obsolete dependencies and conditionals
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31779 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 15:28:17 +00:00
nbd
1a4d57d959
kernel: remove the dummy kmod-rtc-core-* package, make all rtc drivers depend on @RTC_SUPPORT - prevent RTC support from leaking into kernels for targets that do not need this
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 15:28:13 +00:00
nbd
cb3ba68fe6
kernel: remove kmod-gpio-cs5535, it was only relevant for old kernel versions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 15:28:06 +00:00
nbd
bcbddcd767
kernel: remove obsolete CompareKernelPatchVer calls
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 15:28:02 +00:00
hauke
6a840f324b
mac80211: brcmsmac update to version from wireless-testing tag master-2012-05-16-2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 13:24:47 +00:00
hauke
b1e2eade99
kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 13:22:38 +00:00
nbd
3a72299e5b
6to4: load the network config to fix radvd announce ( #11467 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31770 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 12:42:05 +00:00
nbd
6dc4a58e1e
tc: depend on kmod-sched-core instead of kmod-sched ( fixes #11465 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 12:36:00 +00:00
nbd
da686a42d9
6in4: remove some obsolete functions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 12:35:56 +00:00
nbd
3956d3773f
libubox: fix jshn handling of variables with numbers ( fixes #11468 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-17 12:35:52 +00:00
nbd
48b0fc861f
qos-scripts: use kmod-sched-core instead of kmod-sched
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 15:23:23 +00:00
nbd
6dab4ebcb6
kernel: split kmod-sched into kmod-sched-core and kmod-sched
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 15:23:19 +00:00
nbd
a456564ab0
qos-scripts: replace sfq/red with fq_codel - massively improves latency under load
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 15:23:16 +00:00
nbd
aef1aa788e
iproute2: update to 3.3.0, drop a few useless old patches, add codel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 15:23:12 +00:00
nbd
b576ae7e40
kernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 15:23:08 +00:00
jow
b8351c325d
[package] firewall: rework interface address determination to skip ipv6 addresses
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 13:37:49 +00:00
jow
0945d8e239
[package] firewall: fix nat reflection after netifd switch ( #11460 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 13:03:54 +00:00
nbd
a01f231707
libubox: update to latest version, fixes handling of numbers in jshn variables
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31747 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 08:45:24 +00:00
nbd
5cecffbb27
netifd: bring up all interfaces on /etc/init.d/network restart
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 23:50:59 +00:00
nbd
745d195d8e
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 23:33:35 +00:00
nbd
fb5042cd2e
netifd: use the new json_get_vars function in the dhcp helper script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:27 +00:00
nbd
d84fcff653
ppp: use the new json_get_vars function
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:24 +00:00
nbd
480f722254
pptp: use the new json_get_vars function
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:20 +00:00
nbd
3040f27dde
pptp: use resolveip, schedule restart if dns lookups fail
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:16 +00:00
nbd
0547603d0f
netifd: update to 2012-05-14, fixes a file descriptor leak, fixes a use-after-free on host dependencies, adds a command for scheduling proto-shell restarts and adds support for more address options (point to point, broadcast)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:13 +00:00
nbd
d1b7790fd6
pptp: drop the dependency on ip if netifd is selected
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:09 +00:00
nbd
7e875d9cb9
libubox: update to latest version, adds a new function in jshn.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:06 +00:00
nbd
e19c65f7dd
relayd: fix return code check for resolving network->ifname mapping
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 14:08:43 +00:00
juhosg
fa5df1fabd
package/e2fsprogs: disable building of internal lib{blkid,uuid}
...
Also remove an empty patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-13 12:20:17 +00:00
juhosg
d9d36efc73
package/util-linux: install development files
...
Also remove trailing whitespaces from the Makefile.
Based on a patch by M. Braun.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-13 12:20:15 +00:00
nbd
d5ff41feb3
ath9k: fix ar9330 internal regulator setup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-12 17:41:05 +00:00
nbd
5768b3dac7
ath9k: update initvals for ar9330 to fix issues with high power designs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-12 17:40:59 +00:00
nbd
b08f604d4a
ath9k: fix a rare use-after-free bug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-12 17:40:53 +00:00
nbd
69bd63a3db
ath9k: stop rx before tx, should reduce the frequency of "Failed to stop Tx DMA" errors
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-12 17:40:47 +00:00
nbd
b22f57342a
remove kmod-mvswitch, it does not work on kernels <3.2 and is not necessary as a module anyway
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-11 22:08:06 +00:00
juhosg
7117b69034
package/kernel: add package for the ADT7473/7475/7476/7490 sensors
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-09 10:48:36 +00:00
juhosg
2b9126e168
package/kernel: add package for the LM85 sensor
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-09 10:48:34 +00:00
juhosg
2c1f618a73
package/kernel: move hwmon-vid into a separate package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-09 10:48:33 +00:00
jow
127f37919a
[package] ppp: remove stray bracked in ppp-up script, thanks swalker
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-07 22:41:41 +00:00
jogo
b8a14b9359
base-files: wait for wifi modules to settle
...
On slower devices wifi drivers might take too long for detecting
devices, resulting in the wifi detect call not seeing them.
This was observed on a bcm6348 with bcm4318 wifi. Adding a one second
pause was enough for b43 to expose the device.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 21:25:42 +00:00
nbd
ecb548b2e5
pptp: fix installation path for netifd proto handler
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 21:19:04 +00:00
hauke
8c2bee86ba
kernel: remove kernel modules and references to kernels <= 2.6.36
...
OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:43:17 +00:00
hauke
b9df8c2a8d
kernel: remove kmod-usb-serial-airprime
...
This was removed from kernel 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:40:54 +00:00
hauke
00f8102731
kernel: remove kmod-usb-video
...
This was remove in kernel 2.6.38 and is not needed any more.
The last commit (r31631) has the wrong message, kmod-usb-phidget was removed in kernel 2.6.30.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:40:19 +00:00
hauke
5058310b18
kernel: remove kmod-usb-video
...
This was remove in kernel 2.6.38 and is not needed any more.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:37:08 +00:00
hauke
959f7203f2
kernel: add video-videobuf2
...
This should fix #11349 and #11142
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:35:54 +00:00
hauke
38d6f0dc77
kernel: build kmod-video-gspca-gl860 and kmod-video-gspca-jeilinj on all kernel versions
...
This module is available on all supported kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:34:55 +00:00
hauke
be57a8b1e2
kernel: add kmod-video-gspca-konica and remove kmod-video-konica
...
kmod-video-konica was removed from kernel 2.6.38 and is now replaced by kmod-video-gspca-konica
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:34:00 +00:00
hauke
e9facb6e74
kernel: remove kmod-video-ov511 and kmod-video-ovcamchip
...
These two modules where removed from kernel with kernel version 2.6.36, use kmod-video-gspca-ov519 instead.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 20:33:17 +00:00
nbd
91b84f4518
ubus: update to latest version, add LUAPATH to cmake options - fixes #11398
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-06 08:27:40 +00:00
jow
1c2f381c4a
[package] ubus: update to current git, package up libubus-lua
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 20:47:38 +00:00
juhosg
fa311cf846
package/ar7-atm: allow to build on 3.3
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31613 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 17:32:33 +00:00
juhosg
5cc2830e74
package/ar7-atm: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 17:32:29 +00:00
nbd
a0f95932f7
pptp: kill the call manager process on shutdown
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 16:56:42 +00:00
nbd
66823c0d82
pptp: add netifd support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 16:56:28 +00:00
nbd
2945a6df4b
pptp: remove the defaultroute option from options.pptp, this is managed by generic ppp code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31604 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 16:56:24 +00:00
nbd
2d0e7f4044
netifd: update to latest version, adds support for host route dependencies
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 16:56:20 +00:00
nbd
5b987c43d3
pptp: compile with the openwrt cflags instead of -O0
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-05 13:06:33 +00:00
kaloz
8a940c0897
[mac80211]: switch to the new linux-firmware git tree, use the new wl12xx firmware files
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 21:50:41 +00:00
jow
d0f3681e1e
[package] uhttpd: display errors in init script, code formatting changes, bump package version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 17:19:22 +00:00
jow
37f687e099
uhttpd: added uhttpd.docroot
...
Passes the document-root to the Lua handler by placing it in uhttpd.docroot.
It could alternatively be placed in env.DOCUMENT_ROOT which would more closely
resemble the CGI protocol; but would mean that it is not available at the time
when the handler-chunk is loaded but rather not until the handler is called,
without any code savings.
Signed-off-by: David Favro <openwrt@meta-dynamic.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 17:19:20 +00:00
jow
8329c6da4f
Fixed: [PATCH 2/3] uhttpd URL-codec enhancements.
...
My apologies, the 2nd of those patches had a syntax error -- that's what
I get for making a last-minute edit, even to the comments, without
testing! :-p
Here is the corrected patch.
-- David
From d259cff104d2084455476b82e92a3a27524f4263 Mon Sep 17 00:00:00 2001
From: David Favro <openwrt@meta-dynamic.com>
Date: Fri, 27 Apr 2012 14:17:52 -0400
Subject: [PATCH] uhttpd URL-codec enhancements.
* uh_urlencode() and uh_urldecode() now return an error condition for
buffer-overflow and malformed-encoding rather than normal return with corrupt
or truncated data. As HTTP request processing is currently implemented, this
causes a 404 HTTP status returned to the client, while 400 is more
appropriate.
* Exposed urlencode() to Lua.
* Lua's uhttpd.urlencode() and .urldecode() now raise an error condition for
buffer-overflow and malformed-encoding rather than normal return with
incorrect data.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 17:19:18 +00:00
jow
f6dc56506d
uhttpd URL-codec bug fixes.
...
* Fixed output-buffer-overflow bug in uh_urlencode() and uh_urldecode() [tested
input-buffer index against output-buffer length]. In reality, this would not
typically cause an overflow on decode, where the output string would be
expected to be shorter than the input string; and uh_urlencode() seems to have
been unreferenced in the source.
* Fixed bug: uh_urlencode() and uh_urldecode() both read one extra byte from the
input-string. While this could manifest in C code, the result was most
egregious when called from Lua, where it caused an extra null byte to be
embedded at the end of the output string.
* uh_urlencode() cleanup: removed redundant bitwise-and.
Signed-off-by: David Favro <openwrt@meta-dynamic.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 17:19:16 +00:00
juhosg
c257a78d55
package/pptp: remove a stray bracket
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 13:29:36 +00:00
juhosg
9d3fb21d4a
Fix iptables abuse of kernel header files. Use exported headers instead.
...
[juhosg: export xt_layer7.h for all kernel versions]
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 09:43:10 +00:00
juhosg
fe8fbd1c05
Fix pptp handling of routes to server.
...
The existing code is fairly broken. It assumes you're using Legacy IP, and
it assumes that the server is reachable via your default route. Via the
first default route in the 'route -n' output, in fact, regardless of metric.
Fix all those problems by using 'ip route get' to really find the *current*
route to the server, and install a host-specific route to match.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 09:39:01 +00:00
juhosg
f34832554e
Add ppp-mod-pppol2tp subpackage to ppp
...
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-03 09:38:58 +00:00
florian
ec6780b901
[package] openssl: update to 1.0.1b
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-02 15:40:32 +00:00
juhosg
a12fd13e23
move CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT to the target configs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31547 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-01 08:00:25 +00:00
nbd
7877ca154f
relayd: move the interface fixup to the right place
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-30 18:27:12 +00:00
nbd
866b5511e1
relayd: use config_load+fixup_interface instead of scan_interfaces to speed up startup time
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-30 18:24:00 +00:00
nbd
b905c102f0
base-files-network: add a fixup_interface function like with the netifd compatibility scripts - allows selective fixup of individual interface sections instead of having to do the full scan_interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31543 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-30 18:23:56 +00:00
nbd
5bae60a024
relayd: use an init script instead of a legacy network proto handler ( fixes #11276 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-30 18:23:52 +00:00
nbd
90ed704fdb
ath9k: merge a ar93xx ht40 performance fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-30 08:20:34 +00:00
nbd
08759f0f3b
mac80211: fix station lookup issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31539 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-30 07:57:09 +00:00
nbd
fcaac512c0
mac80211: load lib80211 after cfg80211 ( #11342 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 21:00:17 +00:00
juhosg
854a591dbd
package/kernel: add module for the Pericom PT7C4338 RTC chip
...
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 15:08:23 +00:00
juhosg
c7ff282f4e
package/kernel: add i2c module support for Freescale MPC processors
...
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 15:08:21 +00:00
juhosg
a9636d6819
package/kernel: add module for the Booke watchdog
...
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 15:00:37 +00:00
nbd
907c8fd776
mac80211: fix WDS AP authentication issues ( #11261 , #11318 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 13:47:37 +00:00
nbd
f5e34b16d4
netifd: update to latest version, fixes address/route list handling issues and fixes dual-stack ppp route handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 12:20:10 +00:00
nbd
f730e825f0
hostapd: update to 20120428, fixes some radius issues and wds ap mac address issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 11:14:53 +00:00
nbd
b037731dd6
pppd: fix parsing the ipv6-{up,down}-script option
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 10:08:33 +00:00
hauke
f8905adb27
broadcom-diag: add missing break into switch case statement.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28 23:30:05 +00:00
mirko
6c0bc69bf6
[package/*] remove special treatment when using glibc - support got dropped
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31504 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28 22:24:16 +00:00
mirko
875ce0bf50
[toolchain/glibc*] purge support for glibc - use eglibc instead!
...
for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31503 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28 22:24:12 +00:00
mirko
5de2780a5e
[packages/{e2fsprogs,util-linux,util-linux-ng}] update/rename those packages
...
This patch makes several changes to the util-linux(-ng) package:
* rename to util-linux (official name now, util-linux-ng got merged)
* bump to last stable version 2.21.1 (was 2.13.0.1 before)
* add several new packages
* sort packages within Makefile
* remove patches which got merged upstream
This patch makes some changes to the e2fsprogs package:
* bump to last stable version 1.42.2
* libraries moved from e2fsprogs to util-linux - take care of that
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28 19:54:54 +00:00
florian
236e80fbc2
[package] base-files: fix typo in 05_firstboot_skip script ( #11359 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-27 16:49:16 +00:00
florian
0d11882ac3
[package] fix kmod-pcmcia-serial for 3.3+ kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-27 16:44:44 +00:00
jow
02828770d9
[package] kernel: fix packaging of 8250.ko with Linux 3.x
...
This commit fixes build breakage in package/kernel leading to missing
subsequent kmods like kmod-usb-serial, this should fix the missing
packages in ar71xx builds.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-25 13:43:15 +00:00
jogo
c2cc410c54
kernel: add some more missing kernel config symbols
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-24 09:25:32 +00:00
florian
e7ec62b7cf
[package] remove old acx driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31456 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-24 08:05:49 +00:00
florian
ff9443f5d5
[package] acx-mac80211: update to 20122204
...
Upstream commit id: 15bbffea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-24 08:05:46 +00:00
nbd
e8bb79e100
mac80211: update AP multicast fix to latest version submitted to linux-wireless@
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-23 17:29:29 +00:00
jow
4a7c3ab00a
[package] 6to4: follow RFC 6598 and consider 100.61.0.0/10 a private range ( #11323 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-23 10:12:00 +00:00
blogic
9774688eee
[kernel] scanning kernel packages for targets
...
Any modifications in target/linux/*/modules.mk would not come into effect for
subsequent "make menuconfig" unless we delete ./tmp.
Signed-off-by: kalyan <kalyanatejaswi@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-23 09:37:50 +00:00
juhosg
9fbb2b49b8
Revert "mac80211: add backport of the module_pci_driver macro"
...
Erm, Hauke was faster.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-22 11:39:49 +00:00
juhosg
0dd99ec52d
mac80211: add backport of the module_pci_driver macro
...
That is required by various PCI drivers.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-22 11:37:22 +00:00
hauke
1c813eff0a
mac80211: add module_pci_driver to compat
...
Without module_pci_driver being defined the pci drivers do not get registered.
Should fix #11332
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-22 11:36:35 +00:00
nbd
d65660976b
netifd: improve error handling in legacy script compatibility library, do not fill the log with error messages for interfaces that could not be found
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 20:34:48 +00:00
nbd
06c4117a5a
base-files: rename internal variables in config_foreach to make namespace conflicts more unlikely
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 20:34:45 +00:00
nbd
d7fd21d6b0
netifd: make type a local variable in /lib/network/config.sh to avoid clashes with an internal config_foreach variable
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 20:34:41 +00:00
nbd
c72e8d4225
mac80211: suppress 3-address multicast frames on WDS APs without non-WDS stations
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 20:34:38 +00:00
nbd
1cf5c0f4c8
ath9k: merge a tkip related stability fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 20:34:33 +00:00
mirko
031a7820e2
[package/firewall] minor change: adjust formatting of firewall.config
...
- remove trailing whitespaces (s/\ $//g)
- replace spaces with tabs between options and values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 19:42:28 +00:00
jow
ff95fcf4cc
[package] e2fsprogs: fix status reaping with fsck piped to logger, based on patch by Lukasz Golec-Biernat <mojedokumenty+openwrt@gmail.com>
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 15:18:17 +00:00
jow
cff1bc811e
enable ntpd server for busybox
...
hi
Another version, in this one the enable_server option is in the timeserver ntp part of the "system" config file
You can patch trunk and bacfire (tested both)
You can put busybox ntpd in client mode (if you put server), in client & server (by putting enable_server to 1, ntpd listen to udp 123), and also in server mode only (if you didn't put any servers in the config and still put enable_server 1, ntpd will answer with the time of the router)
I've replaced "config_foreach getpeers timeserver" with "config_get peers ntp server" because we want ntp timeserver, not random ones (to pre-answer if someone want to say that it's intrusive ...)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Le 27/03/2012 20:41, Etienne Champetier a écrit :
> I've now tested my trunk patch and it works fine
> But I still can't find were $PROG is defined (is this a mistake, or some sort of built in variable???)
> (I've made some grep and nothing)
>
> Le 23/03/2012 02:19, Philip Prindeville a écrit :
>> Maybe:
>>
>> [ -n "$PROG" -a -x "$PROG" ] || return 1
>>
>> instead?
>>
>>
>> On 3/22/12 4:34 PM, Etienne Champetier wrote:
>>> Hi
>>>
>>> The 2 attached patchs (trunk & bacfire) add busybox ntpd enable_server option, as busybox ntpd server is compiled by default.
>>> We only need 1 client/server daemon (olipro patch was launching 2 daemons)
>>> I've fully tested the bacfire patch, and as i don't have a running openwrt trunk i'm not sure for the trunk patch (i'm sure about my modifications, but i'm not sure about "[ -x $PROG ] || return 1", as "$PROG" isn't defined ?!)
>>>
>>> Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
>>>
>>>
>>> Le 16/01/2012 01:57, Philip Prindeville a écrit :
>>>> On 1/14/12 11:37 AM, Olipro wrote:
>>>>> On Saturday 14 Jan 2012 02:45:59 Philip Prindeville wrote:
>>>>>> Don't we already have a 'disabled' option? Now we're adding an
>>>>>> 'enable_server' option?
>>>>>>
>>>>>> That seems confusing for no useful reason.
>>>>>>
>>>>> have you bothered to read what I originally wrote? your response would make
>>>>> me inclined to believe that you didn't.
>>>>>
>>>>> currently the ntpd initscript only runs it as a CLIENT - this patch enables
>>>>> you to have one instance running as a client and another as a SERVER that
>>>>> other hosts can synchronise with.
>>>>>
>>>>> Or perhaps I'm misunderstanding, what would you propose for allowing the
>>>>> built-in busybox ntpd to be utilised as a server? a separate init script
>>>>> entirely perhaps?
>>>> Or separate config sections... instead of 'config ntp' have 'config ntp-server' and 'config ntp-client'.
>>>>
>>>> -Philip
>>>>
>>>>
>>>> _______________________________________________
>>>> openwrt-devel mailing list
>>>> openwrt-devel@lists.openwrt.org
>>>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 15:05:38 +00:00
florian
dcd91362a2
[package] gpio-button-hotplug: don't build on 2.6.30
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 13:25:20 +00:00
florian
ac4400c716
[package] button-hotplug: prevent build on 2.6.30
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 13:25:17 +00:00
florian
f533debeca
[package] xfsprogs: disable po files building
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 13:25:08 +00:00
nbd
5568f3e890
mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx power fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-19 18:32:39 +00:00
jow
e529cdf748
[package] openssl: update to v1.0.1a (CVE-2012-2110)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-19 14:05:53 +00:00
nbd
f29a9ddcf0
ppp: move ppp-{up,down} from the netifd package to pppd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 21:35:13 +00:00
nbd
b124c93837
netifd: update to latest, fixes ppp reconnect issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 21:35:09 +00:00
nbd
442b9d46bb
ath9k/ath5k: fix driver load issues with mesh support compiled out
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 00:05:41 +00:00
nbd
ecbadaac0e
iw: sync nl80211.h update with compat-wireless
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 21:13:18 +00:00
nbd
691b253e47
mac80211: update to wireless-testing 2012-04-13
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 21:08:41 +00:00
jow
378de966db
iproute2: Add hotplug script to add slave devices to TEQL master
...
Resolves https://dev.openwrt.org/ticket/11192
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 15:04:42 +00:00
florian
6e22e3291b
[package] sierra-directip: disable build with kernels older than 2.6.32 included
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 11:38:38 +00:00
thepeople
8a3e807f49
disable xfs on avr32
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-15 16:22:59 +00:00
jow
ba5f954171
[package] base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled ( #11280 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-15 15:21:55 +00:00
hauke
4ad28d6429
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-13 19:35:40 +00:00
hauke
0871a01e42
mac80211: add missing dependency to mac80211 to brcmsmac
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-13 18:37:46 +00:00
jow
c67b119f1a
[package] base-file: cleanup white space in Kconfig source
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-12 23:01:39 +00:00
nbd
de84755f87
ath9k: fix sleep mode handling issues, should improve client mode reliability
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-12 21:28:18 +00:00
jow
8faa8431db
[buildroot] include, base-files, opkg: introduce version configuration to override the embedded version info of generated images
...
- Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build
- Introduce include/version.mk to provide common helpers for packages dealing with versions
- Make opkg use version.mk to populate the opkg.conf template
- Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner
The available placeholders are:
%D .. Replace with $(CONFIG_VERSION_DIST), default to "OpenWrt"
%d .. Like %D, but all characters made lowercase and spaces substituted with "_" (e.g. "openwrt")
%N .. Replace with $(CONFIG_VERSION_NICK), default to the build tree release (e.g. "Attitude Adjustment")
%n .. Like %N, but all characters made lowercase and spaces substituted with "_" (e.g. "attitude_adjustment")
%V .. Replace with $(CONFIG_VERSION_NUMBER), default to the build tree release (e.g. "r31262")
%v .. Like %V, but all characters made lowercase and spaces substituted with "_"
%C .. Replace with $(CONFIG_VERSION_NUMBER), default to "Bleeding Edge"
%c .. Like %C, but all characters made lowercase and spaces substituted with "_" (e.g. "bleeding_edge")
%U .. Replace with $(CONFIG_VERSION_REPO), default to "http://downloads.openwrt.org/snapshots/trunk/%T/packages "
%R .. Replace with the current build tree revision (e.g. "r31262" or "75488c4a05b8033cf69e91874a61852db7ba9c6c")
%T .. Replace with the current target (e.g. "ar71xx")
%S .. Replace with the current target/subtarget combo (e.g. "adm5120/router_le")
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-12 17:31:16 +00:00
nbd
8b9ba93e94
netifd: update to 2012-04-12, fixes interface reconnect issues and improves interface status info
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-12 13:58:07 +00:00
jow
f0ad7e2bc1
[package] base-files: remove network preconfig, it collides with ar71xx network firstboot uci-defaults
...
To supply custom network settings, it is better to embed a complete network config file using the
files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide
with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore
drop this facility.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-12 09:43:44 +00:00
blogic
a1f5b2e565
[ltq-dsl-app] fix bad variable name inside Makefile
...
We use PKG_NAME and not PKB_BASE_NAME inside OpenWrt Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 15:20:23 +00:00
jogo
21fcfbb1a2
kernel: add some more additional missing config symbols for 3.2 and 3.3
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-09 14:48:46 +00:00
jow
9db1664fbe
[package] libpcap: explicitely disable libnl support to prevent different build results depending on the environment ( #11239 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-08 15:11:12 +00:00
jow
ca4717a482
[package] util-linux(-ng): revert r31183, r31178 - the update introduced several regressions which need to be worked out first
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-05 12:00:20 +00:00
jow
603d01fbba
[package] grub: fix build with automake v1.11.3 ( #11228 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 18:10:15 +00:00
jow
4f7c8b760c
[package] util-linux: prevent packaging libtool placeholder scripts ( #11224 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 11:40:08 +00:00
jow
1018d3d279
dnsmasq: configure dnsmasq via flat config file and not command-line args
...
Sometimes it's useful to compare the generated config file from UCI config with a hand-edited dnsmasq config file, especially if you're migrating to an OpenWRT router from something else (such as Astlinux).
Putting the generated config makes it easier to capture and diff, etc.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 22:31:21 +00:00
florian
08fc0ba23f
[package] iproute2: update to 3.2.0 and package 'ss'
...
This patch bumps iproute2 to the latest available version, fixes the
package URL to use kernel.org (as things have now been moved back there)
and also adds ss (socket statistics) to menuconfig.
Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:25:51 +00:00
florian
287094fa46
[package] util-linux: move and update
...
This patch makes several changes with util-linux-ng package:
* moves it to util-linux (upstream name)
* bumps it to last stable version 2.20.1 (was 2.13.0.1)
* adds new package getopt
* sorts packages inside Makefile
* removes patch, it has been applied upstream
I would also like to maintain this package.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:25:48 +00:00
florian
05ba81742d
[package] crda: update to 1.1.2
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:25:40 +00:00
jow
fc5bc51ad5
[package] libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a from libnl, fixes error on hostapd interface initialization
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-01 05:32:32 +00:00
thepeople
1a3c30a991
revert bad change
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-01 02:53:06 +00:00
thepeople
1f5043d5ac
Disable xfs on avr32, it has been failing the build for at least a month
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-01 01:45:18 +00:00
nbd
e62553facc
mac80211: kmod-ath should not depend on PCI or USB support for the atheros target
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 10:12:53 +00:00
florian
9e95dd18d6
[package] xfsprogs: update download location
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31146 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 17:09:50 +00:00
nbd
2010214af9
wpa_supplicant: make key_mgmt default to NONE
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 16:30:13 +00:00
nbd
368d4af07e
hostapd: fix driver_madwifi compile issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 12:52:32 +00:00
nbd
76490c76f8
madwifi: fix compile issues with linux 3.1/3.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 12:52:16 +00:00
jow
0bc9af31a9
[package] mac80211: allow NOHT for IBSS mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 12:24:43 +00:00
blogic
7395b3c247
[package] soloscli: Add script to syslog ADSL line stats
...
I run this from cron. With remote syslog enabled, this means I have a
record of ADSL line quality variation — which is useful when diagnosing
and reporting faults.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 09:01:33 +00:00
jogo
d0c7c3d907
package: kernel: add missing config symbols for serial-8250
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-28 21:55:15 +00:00
nbd
1ff90943e2
netifd: update to latest version, fixes a segfault with non-bridge interface hotplug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-28 16:58:39 +00:00
nbd
751ddce336
add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client mode devices over vlans to other hosts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-28 11:02:38 +00:00
nbd
36dba7bb1a
uci: update to latest version, fixes return code of the cli on various failures
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-28 11:02:30 +00:00
juhosg
74d78766e8
package/kernel: create packages for the LED Timer/Default ON triggers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:37:58 +00:00
juhosg
3f4f47d352
package/kernel: allow to build RTC modules for 3.x
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31105 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:37:57 +00:00
nbd
ec28fb9573
mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 13:52:39 +00:00
nbd
6f5aac5856
wpa_supplicant: fix regressions introduced by the ibss-rsn changes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 13:38:08 +00:00
nbd
4e6d1ddc42
wpa_supplicant: add CONFIG_IBSS_RSN=y compilation option
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 13:29:51 +00:00
nbd
11ca062eff
wpa_supplicant: modify wpa_supplicant.sh in order to support IBSS-RSN/WPA-NONE
...
Based on patch by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 13:29:41 +00:00
nbd
9f0871090d
ath9k: make endian check optional
...
Turns out it triggers on some AR71xx devices where no swapping should be done.
Enable endian check for the lantiq target.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 13:21:53 +00:00
nbd
a3bf9b4420
mac80211: modify mac80211.sh to in order to support IBSS-RSN
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 13:21:46 +00:00
nbd
071f766b1d
madwifi: modify madwifi.sh to support IBSS WPA-NONE
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 13:21:39 +00:00
nbd
750159572a
wpa_supplicant: use wext driver for hostap and madwifi
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 10:44:26 +00:00
nbd
e827a711a3
hostapd: update to 20120326
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 10:42:47 +00:00
nbd
ec7be8a5b2
netifd: update to 2012-03-23, fixes route/address tracking issues and adds more status info
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-26 14:30:19 +00:00
blogic
e2947f4ff3
[mac80211] fixes #31068 , rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 09:07:09 +00:00
blogic
2ecd2cbe37
[pjsip] Pulse dialing support into pjsip.
...
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:51:16 +00:00
blogic
f92e0b4264
[uboot-lantiq] adds ARV4519PW/ARV7519PW
...
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:51:13 +00:00
blogic
88bfa13565
[mac80211] adds eeprom endianess check to ath9k
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:51:08 +00:00
blogic
a3f0c9fadf
[mac80211] adds ath5k platfrom_device eep support
...
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:50:56 +00:00
blogic
40c47af27d
[ltq-dsl] unbreak dsl firmware loading
...
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:50:45 +00:00
blogic
f966720eb0
[ltq-dsl] fix for 3.2.9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:50:42 +00:00
jow
322039038f
[package] dnsmasq: add missing config_get, localize variables, bump package revision
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23 11:26:47 +00:00
jow
a727e68c1f
dnsmasq: add mx record support
...
Adding the following syntax support:
config mxhost
option domain mydomain.com
option relay svr10.ironport.com
option pref 50
and this will generate an MX record for mydomain.com pointing at the relay with a given preference.
Redux: default the preference to 0 if absent.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23 11:19:58 +00:00
jow
a3026e2fae
dnsmasq: add keywords for SRV RR class/weight
...
The SRV record also requires the class and weight fields... Currently you can overload the "port" keyword as:
option port xxxx,class,weight
but this is counter-intuitive. Here we fix this.
Redux: make the port required.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23 11:19:56 +00:00
jow
659369891b
[package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm values ( #11161 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 19:47:16 +00:00
jow
b83d565146
[package] block-mount: add missing chunk of previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 02:29:47 +00:00
jow
f41a38927e
[package] block-mount: invoke blkid without cache file, this seems to fix mounts by uuid or label
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 02:29:26 +00:00
nbd
ecce585694
base-files: split service related functions off to /lib/functions/service.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 14:29:50 +00:00
nbd
483a02ae41
pppd: split files into netifd and non-netifd files, move the netifd ppp.sh file to the pppd package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 13:09:27 +00:00
jow
bd1036b450
[package] kernel: add kmod-acpi-button
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 23:48:38 +00:00
nbd
5fe04db16c
6in4: add netifd support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:10:04 +00:00
nbd
97d7f20d53
netifd: update to latest version, fixes log buffer handling issues, dns issues and various sit tunnel related issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:10:00 +00:00
nbd
369bc0e57d
6to4: fix interface error handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:09:57 +00:00
nbd
768650413e
netifd: scan l3 devices on find_config()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:09:54 +00:00
nbd
2da93c7e15
netifd: shut down all interfaces before restarting netifd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:09:51 +00:00
jow
7f220e31ce
[package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod-ata-sis
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31029 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 20:28:49 +00:00
nbd
580a413385
madwifi: remove my maintainer line from the package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31021 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 11:29:01 +00:00
jow
30c57b2be2
[package] firewall: revert processing order of redirects and rules, ensures that rules can be used to filter before redirects are reached
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 23:34:06 +00:00
jow
e0fbcb5a25
ps3-utils git repository fix
...
The PKG_SOURCE_URL should be
git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git
rather then
http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git
or else you will get a fatal error "did you run git update-server-info
on the server?"
Signed-off-by: Nicola Squartini <tensor5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 21:08:39 +00:00
jow
92cc682c00
Add support for the 8250 UART module.
...
It has been added at the end of other.mk as i couldn't find a better place
for it.
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:22 +00:00
jow
bd23f56f7d
Fix the title and the description of the kmod for DS2433.
...
This kmod has been certainly added by copy/paste but the title and
description were not updated. Fix that.
The DS2433 is a 1 wire 4kb eeprom with CRC capability.
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:21 +00:00
jow
80c7b4465b
Adds a kmod for the DS2431
...
The DS2431 is a 1 wire 1kb eeprom.
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:19 +00:00
jow
a79a87ae62
This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and humidity sensor)
...
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:17 +00:00
jow
6f77ae2ecd
busybox 1.19.4 update patch
...
This patch updates busybox to 1.19.4 and refreshes all patches.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:46:52 +00:00
jow
7010de0fd3
openssl 1.0.1 update patch
...
This patch updates openssl to 1.0.1 and refreshes all patches.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:46:01 +00:00