summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [boot] move boot related packages to their own folderblogic2012-10-16104-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mcs814x] nuport-mac: various fixesflorian2012-10-151-3/+5
| | | | | | | | - properly check for the link up condition in the phylib adjust callback - do not assign skb->dev, eth_type_trans() already does it - handle skb allocation failures in the refill path git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] merge the RDC R-321x target as a subtarget of x86florian2012-10-1527-89/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: update to latest git headjow2012-10-152-4/+8
| | | | | | | - introduces support for multiple index files - fixes build with only the TLS module selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add back the package/cleanup step to remove the root staging dir for ↵nbd2012-10-152-2/+6
| | | | | | mklibs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: fix host build stampfile usage, fixes spurious errors with missing ↵nbd2012-10-151-24/+13
| | | | | | opkg host binary after deleting the staging dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: switch to external git repo + cmake build systemjow2012-10-1517-5848/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/config: fix menuconfig segfault in text inputs when format patterns ↵jow2012-10-141-1/+1
| | | | | | are entered by the user git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix sysupgrade for jjPlus JWAP003juhosg2012-10-141-4/+6
| | | | | | | | | [juhosg: change commit message] Signed-off-by: Artur Wronowski <arteqw@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ew-dorin: added ethernet switch configurationjuhosg2012-10-141-1/+6
| | | | | | | Signed-off-by: embedded wireless GmbH <info at embeddedwireless.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: unbreak building images for OpenMesh OM2P/OM2P-LCjuhosg2012-10-141-2/+2
| | | | | | | | | | | | | Commit r33248 introduced a regression by passing the board name plus 'board=' in the third argument. The board name string has to be put into the image as identifier of the image type. [juhosg: fix OpenMesh template instead of use of string substitution] Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] rssileds: improve performanceflorian2012-10-142-25/+35
| | | | | | | | | LEDs brightness is now only updated if the value actually changed, thus reducing the number of fwrite syscalls significantly. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: remove reference to removed httpd init scriptflorian2012-10-141-1/+0
| | | | | | Patch from Daniel Harding. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: add GCC 4.7.2florian2012-10-1417-1/+9884
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: add GCC 4.6.3florian2012-10-1418-1/+10066
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: make local ip6addr optionaljow2012-10-142-7/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: update 4.5-linaro to 4.5-2012.03florian2012-10-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: update 4.7-linaro to 4.7-2012.10florian2012-10-135-471/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: update gcc-4.6-linaro to 4.6-2012.10florian2012-10-133-205/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gdb: update to 7.5-2012.09florian2012-10-132-15/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add Actiontec PK5000 LEDsflorian2012-10-131-0/+95
| | | | | | | | Also share them between the GT701 and the PK5000. Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] vlynq: rework probing and clocking setupflorian2012-10-131-12/+292
| | | | | | | | | Handle the different vlynq device versions, and make the vlynq code more in line with the original vlynq implementation. Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] remove the squashfs alignement defineflorian2012-10-131-1/+0
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] handle LOADER_MAGIC2 in ar7partflorian2012-10-131-8/+70
| | | | | | This is required for Actiontec PK5000 devices. Path from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] increase the flash resource size to its maximum valueflorian2012-10-131-0/+11
| | | | | | | | CFI detection will reduce the resource size to its real value. Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] reinstate the fixed PHY fallback for devices with undetectable switchesflorian2012-10-131-59/+35
| | | | | | | At least devices without a switch present on the MDIO bus still get a valid link and work as expected (such as the Linksys WAG54Gv2). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] enable mvswitch driverflorian2012-10-133-32/+74
| | | | | | | | And fix the default network configuration to create the required VLANs. Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] use the second available LED to encore mode boot statesflorian2012-10-132-6/+21
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ar7-atm: fetch WAN MAC address from PROM environmentflorian2012-10-132-20/+44
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: fetch WLAN MAC address from PROM environmentflorian2012-10-131-0/+31
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: update to v2012-09-23-WIPflorian2012-10-133-32/+9
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: fix patch directory after r33706florian2012-10-131-0/+0
| | | | | | git-svn did not properly track this move, thanks to swalker for noticing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] use wpad-mini instead of hostapdflorian2012-10-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic]: add support for new Option modules (GTM66xxWFS/GTM67xxWFS)kaloz2012-10-131-0/+36
| | | | | | | | | Add new device ID's for the hso driver as well as usb storage Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/kvm_guest: enable PCIE supportjow2012-10-121-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] eglibc: remove duplicate line introduced in r33738florian2012-10-121-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: add --with-long-double-128 for SPARC toolchainflorian2012-10-121-0/+1
| | | | | | This is required in order to build the final compiler. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for eglibc 2.16florian2012-10-126-0/+406
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: fix build with recent eglibc.florian2012-10-121-0/+12
| | | | | | struct siginfo is deprecated in favor of siginfo_t. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: backport struct siginfo -> siginfo_t renamingflorian2012-10-124-0/+608
| | | | | | Otherwise newer eglibc toolchain will simply fail to build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipset: update to v6.14, drop obsolete patchesjow2012-10-124-74/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libmnl: move to trunk and add myself as maintainerjow2012-10-121-0/+76
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [docs] update switch documentationluka2012-10-121-1/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [docs] update VLAN tag exampleluka2012-10-121-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [docs] fix styleluka2012-10-121-13/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lldpd: fix minor whitespace quirk in init scriptjow2012-10-121-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lldpd: bump to v0.6.1, enable privilege separation and chrootingjow2012-10-124-45/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* thc-ipv6: update to v2.0, package all available utilitiesjow2012-10-113-135/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* thc-ipv6: move to trunk and add myself as maintainerjow2012-10-112-0/+165
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] copy initramfs kernel to bin directoryflorian2012-10-111-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33726 3c298f89-4303-0410-b956-a3cf2f4a3e73