aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tools] ccache does not need zcatJohn Crispin2012-06-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] use ttyS0 @ 115200 baud as default for KVM guestsJo-Philipp Wich2012-06-151-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] uclibc++.mk: override the cc binary instead of the wrapper command ↵Jo-Philipp Wich2012-06-151-0/+4
| | | | | | when ccache is used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix an invalid pointer access in the tx pathFelix Fietkau2012-06-144-11/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add a variable for injecting config variable dependencies for the ↵Felix Fietkau2012-06-141-1/+1
| | | | | | .prepared stamp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uclibc++ (from packages)Felix Fietkau2012-06-148-0/+380
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Config.in: remove obsolete dependencyFelix Fietkau2012-06-141-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include/package-ipkg.mk: fix copying provides list introduced in r32332Felix Fietkau2012-06-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds back the workaround for ignoring ↵Felix Fietkau2012-06-141-2/+2
| | | | | | wlan* in /etc/config/network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: fix typo in uci-defaults/ledsLuka Perkov2012-06-131-1/+1
| | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: enable shell tracing in initscripts when INIT_TRACE is setJo-Philipp Wich2012-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 ↵Felix Fietkau2012-06-131-1/+2
| | | | | | #11667) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] package-ipkg.sh: copy the package provides list for all virtual ↵Jo-Philipp Wich2012-06-131-0/+1
| | | | | | PROVIDES git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] gen-dependencies.sh: only include lib*.so* files in dependency ↵Jo-Philipp Wich2012-06-121-1/+1
| | | | | | list, to match the filtering of provides lists git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: make ppp-mod-pptp depend on resolveipJo-Philipp Wich2012-06-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add missing options.pptpJo-Philipp Wich2012-06-111-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: cope with Debian version strings in libtoolJo-Philipp Wich2012-06-111-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] drop userspace pptp - it is defunct, slow and badly integratedJo-Philipp Wich2012-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 pptpJo-Philipp Wich2012-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.mk: unexport the QUIET variable, it affects some packages like ↵Felix Fietkau2012-06-111-0/+1
| | | | | | xapian-bindings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netifd: localize internally used shell variables (#11567)Jo-Philipp Wich2012-06-112-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32192 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/index: filter out the libc package from the indexFelix Fietkau2012-06-112-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add checks for missing package dependenciesFelix Fietkau2012-06-112-0/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: move dependencies to the right packagesFelix Fietkau2012-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 dependenciesFelix Fietkau2012-06-111-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: add missing dependencyFelix Fietkau2012-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ebtables: add a missing dependencyFelix Fietkau2012-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 ↵Felix Fietkau2012-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_LIBRPCFelix Fietkau2012-06-102-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: add a missing dependencyFelix Fietkau2012-06-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: add a missing dependencyFelix Fietkau2012-06-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add a dependency on libc to all non-kernel packagesFelix Fietkau2012-06-102-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix libc dependency on libgccFelix Fietkau2012-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 ↵Felix Fietkau2012-06-102-543/+565
| | | | | | 'toolchain' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* util-linux: libblkid depends on libuuidFelix Fietkau2012-06-101-9/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-1014-106/+81
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools: add a python symlink that prefers python2Felix Fietkau2012-06-101-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[tools] mklibs: update to 0.1.34"Felix Fietkau2012-06-1013-101/+132
| | | | | | Too much broken, needs to be reworked git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: disable building elf shared libraries, it is unnecessary ↵Felix Fietkau2012-06-101-1/+1
| | | | | | and breaks on mac os x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: block restart of interfaces if pppd refused the command line optionsFelix Fietkau2012-06-101-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some more ani fixesFelix Fietkau2012-06-107-0/+1412
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] more e2fsprogs fixesJohn Crispin2012-06-101-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [e2fsprog] fix build breakage introduced by [32142]John Crispin2012-06-101-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] zlib: update to 1.2.7Luka Perkov2012-06-093-80/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: enable no_device in the netifd pppoa handler to bring it up at boot ↵Felix Fietkau2012-06-091-0/+2
| | | | | | time (#11631) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32146 3c298f89-4303-0410-b956-a3cf2f4a3e73