aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs: update to 1.42.4Luka Perkov2012-06-171-2/+2
| | | | SVN-Revision: 32413
* fix SPI message control handling for BCM6338/6348Florian Fainelli2012-06-175-5/+133
| | | | | | | | | BCM6338 and BCM6338 have their MSG_CONTROL register width of 8-bits instead of 16-bits. We were previously using a 16-bits write which corrupted the first byte of the TX FIFO. Also the message type was always set to Full-duplex even in the case of half-duplex messages. SVN-Revision: 32409
* 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
* kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵Felix Fietkau2012-06-163-74/+32
| | | | | | | | that applies to all mips targets The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk SVN-Revision: 32395
* 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
* remove broken flagsFlorian Fainelli2012-06-161-2/+2
| | | | | | Thanks to Nicolas Le Falher for testing on Bifferboard. SVN-Revision: 32389
* 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
* ccache does not need zcatJohn Crispin2012-06-151-1/+0
| | | | SVN-Revision: 32385
* use ttyS0 @ 115200 baud as default for KVM guestsJo-Philipp Wich2012-06-151-3/+3
| | | | SVN-Revision: 32384
* uclibc++.mk: override the cc binary instead of the wrapper command when ↵Jo-Philipp Wich2012-06-151-0/+4
| | | | | | ccache is used SVN-Revision: 32383
* ath9k: fix an invalid pointer access in the tx pathFelix Fietkau2012-06-144-11/+61
| | | | SVN-Revision: 32376
* build: add a config option for choosing the prefered standard c++ library ↵Felix Fietkau2012-06-143-0/+29
| | | | | | and add uclibc++.mk to make this easy to handle in packages SVN-Revision: 32369
* build: add a variable for injecting config variable dependencies for the ↵Felix Fietkau2012-06-141-1/+1
| | | | | | .prepared stamp SVN-Revision: 32368
* add uclibc++ (from packages)Felix Fietkau2012-06-148-0/+380
| | | | SVN-Revision: 32367
* Config.in: remove obsolete dependencyFelix Fietkau2012-06-141-1/+0
| | | | SVN-Revision: 32366
* include/package-ipkg.mk: fix copying provides list introduced in r32332Felix Fietkau2012-06-141-1/+1
| | | | SVN-Revision: 32358
* 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
* kirkwood: fix typo in uci-defaults/ledsLuka Perkov2012-06-131-1/+1
| | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> SVN-Revision: 32343
* 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
* ar71xx: swap the PHY address of the ethernet port of TL-MR3040/TL-MR11U ↵Felix Fietkau2012-06-131-0/+3
| | | | | | similar to TL-MR3020 to fix ethernet link detection SVN-Revision: 32336
* package-ipkg.sh: copy the package provides list for all virtual PROVIDESJo-Philipp Wich2012-06-131-0/+1
| | | | SVN-Revision: 32332
* gen-dependencies.sh: only include lib*.so* files in dependency list, to ↵Jo-Philipp Wich2012-06-121-1/+1
| | | | | | match the filtering of provides lists SVN-Revision: 32272
* 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
* bcm63xx: readd accidentially dropped ignore_oc in ehci driverJonas Gorski2012-06-111-2/+3
| | | | | | fixes overcurrent warning spam on 3.3 kernels for bcm63xx again. SVN-Revision: 32221
* autotools.mk: cope with Debian version strings in libtoolJo-Philipp Wich2012-06-111-3/+3
| | | | SVN-Revision: 32207
* 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
* package.mk: unexport the QUIET variable, it affects some packages like ↵Felix Fietkau2012-06-111-0/+1
| | | | | | xapian-bindings SVN-Revision: 32196
* netifd: localize internally used shell variables (#11567)Jo-Philipp Wich2012-06-112-1/+3
| | | | SVN-Revision: 32192
* package/index: filter out the libc package from the indexFelix Fietkau2012-06-112-0/+2
| | | | SVN-Revision: 32187
* build: add checks for missing package dependenciesFelix Fietkau2012-06-112-0/+46
| | | | SVN-Revision: 32185
* 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
* build: generate a list of provided libraries for each ipkg file (includes ↵Felix Fietkau2012-06-102-3/+36
| | | | | | provided libraries from packages that the exporting package depends on) SVN-Revision: 32172
* build: add a dependency on libc to all non-kernel packagesFelix Fietkau2012-06-102-1/+7
| | | | SVN-Revision: 32171