summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-24uClibc NPTL: remove the pthread daemon() fix and revert r15343nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24add missing $(if) check for build loggingnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24optimize tools/ directory build order to improve parallel building performancenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24add logs/ to .gitignorenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24add missing dependencies which broke parallel buildnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24add BUILD_LOG option to let the build system log all subdir make command ↵nbd
output to individual files (useful for debugging parallel builds) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[kernel] generic/2.6.29: add missing Kconfig optionsjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[ar71xx] add initial support for 2.6.29juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does ↵nbd
not work git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23kmod-bluetooth includes hidp, which needs input-core. add the missing dependencynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23madwifi: fix a header file conflict with iptablesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15354 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23fix KERNEL_PATCHVER, properly strip -rc* suffixesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23emit proper error messages if important kernel config files are missingnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23brcm47xx: 2.6.28 was accidentally committed with the old (and conceptually ↵nbd
broken) b44 phy fix. replace it with my cleaned up version from 2.6.25 (thx, netprince) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[package] modules: fix several typos in block.mkjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[ar71xx] enable the synopsys woarkaround in the ehci-ar71xx driverjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[ar71xx] add a workaround for the Synopsys EHCI corejuhosg
* http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg45345.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[ar71xx] refresh kernel patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[toolchain] gcc-4.4.0 also needs mpfr and gmp to be builtflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23[toolchain] add preliminary support for gcc-4.4.0, need to forward port the ↵florian
fhonour-copt patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23uclibc: add the pthread daemon() fix from #4809nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15344 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23uclibc: remove the sockets_throw patch from 0.9.30, as it does not apply to ↵nbd
0.9.30.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15343 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22remove 2 old interfering variables, probably missed from [15299]nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22clean up automake/pkg-config handling, move separate host/package variable ↵nbd
exports to templates, fix automake path for host builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22build host libtool along with target libtoolnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22enable tgz for x86 - people are using it for system upgradesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-22[kmod bluetooth] hci_usb.c has been replaced with btusb.c in 2.6.29 - modify ↵hcg
makefile to handle this condition based upon kernel revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21atheros: enable swconfig by defaultnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21atheros: fix up the wlan mac address if the board data is missingnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21atheros: add default uci configuration for ICPlus IP175Cnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21automatically configure switches when swconfig is installednbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21kernel: make sure all patches are applied before running menuconfig or oldconfignbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵nico
that was logged as is git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21[imagebuilder] fix initscripts activation (closes: #4037, #4745)nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21[package] fix nvram_get checking on non-WGT634U (#4975)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21[atheros] rename picostation pico2 images to openwrt-atheros-ubnt2-pico2-... ↵jow
to avoid confusion git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21swconfig: implement uci loading supportnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21[atheros] Generate suitable images for the UBNT PicoStation2jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-21add a workaround to rstrip restoring exec perms when they got changed by sstripnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20clean up the ip175c driver some more, add support for setting the pvid and ↵nbd
fix querying the phy status git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20swconfig: add a generic method for setting the port primary vlan id (used ↵nbd
for transparently fixing up pvid for untagged port when setting vlan ports) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20swconfig: fix up kernel dependenciesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20atheros: nuke 2.6.26 support, 2.6.28 is stablenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20swconfig: treat struct switch_attr as constantnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20swconfig: remove old debugging stuffnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20add optional driver for the hw watchdog on gateworks avila boards (requires ↵nbd
soldering to work properly) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20move pkg config stuff to per-target exports to prevent interference with ↵nbd
host builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20prepare libtool for being build nativly (and therefore being able to build ↵mirko
libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20[ps3-utils] corrected dependencieshcg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15296 3c298f89-4303-0410-b956-a3cf2f4a3e73