aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fix ccache related build breakageJohn Crispin2012-06-181-0/+4
| | | | SVN-Revision: 32421
* mac80211: update to wireless-testing 2012-06-14Felix Fietkau2012-06-1854-1960/+1418
| | | | SVN-Revision: 32420
* uhttpd: finish inherited uloop in forked childs, fixes misdispatched events ↵Jo-Philipp Wich2012-06-183-1/+7
| | | | | | leading to race conditions and bad memory accesses SVN-Revision: 32419
* e2fsprogs: fix md5sum issueLuka Perkov2012-06-171-1/+1
| | | | | | md5sum from kernel.org and sourceforge.net are not the same SVN-Revision: 32418
* acx-mac80211: Add workaround for mac80211 hw-queue checkVasilis Tsiligiannis2012-06-171-0/+42
| | | | SVN-Revision: 32417
* acx-mac80211: Bump to v20120607Vasilis Tsiligiannis2012-06-173-21/+6
| | | | SVN-Revision: 32416
* acx-mac80211: Allow firmware downloading for more ACX1xx cardsVasilis Tsiligiannis2012-06-171-33/+141
| | | | SVN-Revision: 32415
* e2fsprogs: update to 1.42.4Luka Perkov2012-06-171-2/+2
| | | | SVN-Revision: 32414
* 6in4, 6to4: remove dependency on "ip"Jo-Philipp Wich2012-06-172-2/+2
| | | | SVN-Revision: 32403
* 6to4: use network_find_wan() and network_get_iapddr() to find local ip, use ↵Jo-Philipp Wich2012-06-172-44/+13
| | | | | | json_get_vars() to read settings SVN-Revision: 32402
* 6in4: change local4 option name back to ipaddrJo-Philipp Wich2012-06-171-5/+5
| | | | SVN-Revision: 32401
* 6in4: use network_find_wan() and network_get_iapddr() to find local ip, use ↵Jo-Philipp Wich2012-06-172-42/+11
| | | | | | json_get_vars() to read settings SVN-Revision: 32400
* base-files: implement network_get_gateway(), network_get_gateway6(), ↵Jo-Philipp Wich2012-06-172-1/+60
| | | | | | network_find_wan() and network_find_wan6() in /lib/functions/network.sh SVN-Revision: 32397
* fuse: update to 2.9.0Felix Fietkau2012-06-163-49/+3
| | | | SVN-Revision: 32396
* fuse: move kmod-fuse to package/kernelFelix Fietkau2012-06-162-16/+15
| | | | SVN-Revision: 32394
* fuse: remove obsolete patchesFelix Fietkau2012-06-164-143/+0
| | | | SVN-Revision: 32393
* set explicit -lpthreadJohn Crispin2012-06-161-1/+3
| | | | SVN-Revision: 32388
* fixes ccache compile and adds missing -lcJohn Crispin2012-06-152-4/+3
| | | | SVN-Revision: 32387
* ath9k: fix an invalid pointer access in the tx pathFelix Fietkau2012-06-144-11/+61
| | | | SVN-Revision: 32376
* add uclibc++ (from packages)Felix Fietkau2012-06-148-0/+380
| | | | SVN-Revision: 32367
* netifd: update to latest version, adds back the workaround for ignoring ↵Felix Fietkau2012-06-141-2/+2
| | | | | | wlan* in /etc/config/network SVN-Revision: 32356
* base-files: enable shell tracing in initscripts when INIT_TRACE is setJo-Philipp Wich2012-06-131-1/+3
| | | | SVN-Revision: 32340
* base-files: override Build/Compile/Default instead of Build/Compile (fixes ↵Felix Fietkau2012-06-131-1/+2
| | | | | | #11667) SVN-Revision: 32339
* ppp: make ppp-mod-pptp depend on resolveipJo-Philipp Wich2012-06-121-1/+1
| | | | SVN-Revision: 32269
* ppp: add missing options.pptpJo-Philipp Wich2012-06-111-0/+7
| | | | SVN-Revision: 32233
* drop userspace pptp - it is defunct, slow and badly integratedJo-Philipp Wich2012-06-114-184/+0
| | | | SVN-Revision: 32198
* ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by ↵Jo-Philipp Wich2012-06-113-2/+3135
| | | | | | Daniel Golle <dgolle@allnet.de> - add netifd integration for pptp to ppp.sh SVN-Revision: 32197
* netifd: localize internally used shell variables (#11567)Jo-Philipp Wich2012-06-112-1/+3
| | | | SVN-Revision: 32192
* e2fsprogs: move dependencies to the right packagesFelix Fietkau2012-06-111-1/+3
| | | | SVN-Revision: 32184
* util-linux: disable udev support, add missing dependenciesFelix Fietkau2012-06-111-2/+5
| | | | SVN-Revision: 32183
* fuse: add missing dependencyFelix Fietkau2012-06-111-1/+1
| | | | SVN-Revision: 32182
* ebtables: add a missing dependencyFelix Fietkau2012-06-111-0/+1
| | | | SVN-Revision: 32181
* toolchain: remove target dependencies on libgcc/libgfortran, add checks to ↵Felix Fietkau2012-06-101-6/+3
| | | | | | package install template instead SVN-Revision: 32176
* busybox: remove BUSYBOX_USE_LIBRPCFelix Fietkau2012-06-102-7/+3
| | | | SVN-Revision: 32175
* ubus: add a missing dependencyFelix Fietkau2012-06-101-0/+1
| | | | SVN-Revision: 32174
* libubox: add a missing dependencyFelix Fietkau2012-06-101-1/+1
| | | | SVN-Revision: 32173
* toolchain: fix libc dependency on libgccFelix Fietkau2012-06-101-1/+1
| | | | SVN-Revision: 32170
* base-files: move all toolchain packages to a separate package directory ↵Felix Fietkau2012-06-102-543/+565
| | | | | | 'toolchain' SVN-Revision: 32169
* util-linux: libblkid depends on libuuidFelix Fietkau2012-06-101-9/+10
| | | | SVN-Revision: 32168
* mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-101-1/+1
| | | | SVN-Revision: 32165
* busybox: fix bad variable substitution on right hand side of I/O ↵Jo-Philipp Wich2012-06-102-1/+13
| | | | | | redirection, imported patch from upstream bug 5282 SVN-Revision: 32162
* ppp: block restart of interfaces if pppd refused the command line optionsFelix Fietkau2012-06-101-0/+4
| | | | SVN-Revision: 32160
* ath9k: add some more ani fixesFelix Fietkau2012-06-107-0/+1412
| | | | SVN-Revision: 32159
* zlib: update to 1.2.7Luka Perkov2012-06-093-80/+3
| | | | SVN-Revision: 32147
* ppp: enable no_device in the netifd pppoa handler to bring it up at boot ↵Felix Fietkau2012-06-091-0/+2
| | | | | | time (#11631) SVN-Revision: 32146
* util-linux: update to 2.21.2Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32141
* e2fsprogs: update to 1.42.3Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32140
* make librpc compatible with eglibc, unconditionally enable it for packages ↵Felix Fietkau2012-06-083-34/+206
| | | | | | that need rpc support SVN-Revision: 32129
* firewall: allow incoming ICMPv6 router-advertisement and ↵Jo-Philipp Wich2012-06-082-1/+3
| | | | | | neighbor-advertisement, thanks swalker SVN-Revision: 32127
* mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the ↵Felix Fietkau2012-06-081-1/+1
| | | | | | world regd similar to the default regd in ath SVN-Revision: 32126