summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix linux 3.5 compatibilitynbd2012-06-191-6/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix AP multi-BSSID support (#11698)nbd2012-06-192-2/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib fix for btrfsjow2012-06-181-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* openssl does not compile with uml and arch x86_64jow2012-06-181-2/+7
| | | | | | | | | | | | | 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
* kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.konbd2012-06-181-0/+1
| | | | | | | | | | | | | | 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
* [package] kernel: split kmod-pppoe into kmod-pppox and kmod-pppoe, make ↵jow2012-06-181-7/+21
| | | | | | kmod-pptp depend on kmod-pppox (#11677) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6rd: apply the same simplifications done in 6to4 and 6in4jow2012-06-183-41/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add new package for configuring 6rd tunnels.jow2012-06-185-0/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [package] netifd: bump again to git head, fix device present state after ↵jow2012-06-181-2/+2
| | | | | | reconnecting shell protos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version again, fixes route6 issues (#11528)nbd2012-06-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4, 6to4: further simplify protocol backendsjow2012-06-186-80/+9
| | | | | | | - 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
* netifd: update to latest version, adds 6rd related changes and adds support ↵nbd2012-06-181-2/+2
| | | | | | for default route dependencies (through host route dependencies) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uclibc++] fix ccache related build breakageblogic2012-06-181-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-06-14nbd2012-06-1854-1960/+1418
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: finish inherited uloop in forked childs, fixes ↵jow2012-06-183-1/+7
| | | | | | 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
* e2fsprogs: fix md5sum issueluka2012-06-171-1/+1
| | | | | | 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
* [package] acx-mac80211: Add workaround for mac80211 hw-queue checkacinonyx2012-06-171-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: Bump to v20120607acinonyx2012-06-173-21/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: Allow firmware downloading for more ACX1xx cardsacinonyx2012-06-171-33/+141
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] e2fsprogs: update to 1.42.4luka2012-06-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4, 6to4: remove dependency on "ip"jow2012-06-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: use network_find_wan() and network_get_iapddr() to find ↵jow2012-06-172-44/+13
| | | | | | local ip, use json_get_vars() to read settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: change local4 option name back to ipaddrjow2012-06-171-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: use network_find_wan() and network_get_iapddr() to find ↵jow2012-06-172-42/+11
| | | | | | local ip, use json_get_vars() to read settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: implement network_get_gateway(), ↵jow2012-06-172-1/+60
| | | | | | 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
* fuse: update to 2.9.0nbd2012-06-163-49/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: move kmod-fuse to package/kernelnbd2012-06-162-16/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: remove obsolete patchesnbd2012-06-164-143/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-tapidemo] set explicit -lpthreadblogic2012-06-161-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pjsip] fixes ccache compile and adds missing -lcblogic2012-06-152-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix an invalid pointer access in the tx pathnbd2012-06-144-11/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uclibc++ (from packages)nbd2012-06-148-0/+380
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds back the workaround for ignoring ↵nbd2012-06-141-2/+2
| | | | | | wlan* in /etc/config/network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: enable shell tracing in initscripts when INIT_TRACE is setjow2012-06-131-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: override Build/Compile/Default instead of Build/Compile (fixes ↵nbd2012-06-131-1/+2
| | | | | | #11667) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: make ppp-mod-pptp depend on resolveipjow2012-06-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add missing options.pptpjow2012-06-111-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] drop userspace pptp - it is defunct, slow and badly integratedjow2012-06-114-184/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add support for kernel mode pptpjow2012-06-113-2/+3135
| | | | | | | - 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
* [package] netifd: localize internally used shell variables (#11567)jow2012-06-112-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32192 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: move dependencies to the right packagesnbd2012-06-111-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* util-linux: disable udev support, add missing dependenciesnbd2012-06-111-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: add missing dependencynbd2012-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ebtables: add a missing dependencynbd2012-06-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: remove target dependencies on libgcc/libgfortran, add checks to ↵nbd2012-06-101-6/+3
| | | | | | package install template instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove BUSYBOX_USE_LIBRPCnbd2012-06-102-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: add a missing dependencynbd2012-06-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: add a missing dependencynbd2012-06-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix libc dependency on libgccnbd2012-06-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: move all toolchain packages to a separate package directory ↵nbd2012-06-102-543/+565
| | | | | | 'toolchain' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32169 3c298f89-4303-0410-b956-a3cf2f4a3e73