summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/gcc: add support for GCC 4.8.0florian2013-04-027-0/+629
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gcc: update 4.7-linaro to 2013.03florian2013-04-021-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: get rid of some bloat introduced by the updatenbd2013-04-011-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: update to 1.3.0nbd2013-04-014-120/+102
| | | | | | | | | Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in Makefile. Upstream configure script ignores --disable-canusb. Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: drop 4.5 supportkaloz2013-04-0120-1081/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: cleanupkaloz2013-04-012-8/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: remove empty 4.6.2 patches directorykaloz2013-04-010-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: fixup 4.7 configure optionskaloz2013-04-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: llvm is marked broken for two and a half year now, nuke itkaloz2013-04-0127-4515/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: enable password save support (#13245)nbd2013-04-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* valgrind: update to v3.8.1nbd2013-04-011-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mpc85xx: enable ath9k and wpad-mini by defaultnbd2013-04-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/eglibc: add missing ld-search-paths patch to 2.17florian2013-03-291-0/+14
| | | | | | | | | | | | | | | | | this patch is a copy of trunk/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch in trunk/toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch please use svn copy instead of applying it (like in https://dev.openwrt.org/changeset/34290/) the patch add /usr/lib in the ld search path (for eglibc 2.17), thus helping libs like libnl-tiny.so (for iw), libjson.so.0 (for ubus, jshn) to be found Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: stop generating broken symlink in TOOLCHAIN_DIR/libluka2013-03-281-1/+1
| | | | | | | | | | | | It turns out that the symlink may exists already by the time the toolchain Makefile gets an opportunity to run. While we asked to replace the target, ln doesn't do so until after dereferencing the existing symlink. This results in an unintended symlink that refers to itself. Instead, create the link without dereferencing any symlinks by using the -n option. Signed-off-by: John Szakmeister <john@szakmeister.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: generate images for Linksys E.... modelshauke2013-03-271-0/+9
| | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gemini: remove usage of ehci_port_power() it was removed in kernel 3.8hauke2013-03-271-8/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: activate image generation for some Netgear devices which are on ↵hauke2013-03-271-7/+7
| | | | | | the market and should be supported. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: generate images for more WRT...N modelshauke2013-03-271-0/+5
| | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport some upstream mwl8k fixesjogo2013-03-273-1/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: firstboot: only ask for confirmation on TTYjogo2013-03-271-4/+6
| | | | | | Also allow '-y' to force the reset. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix a race-condition in RA-handlingcyrus2013-03-261-2/+2
| | | | | | Thanks to Markus Stenberg for investigating and providing a fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: move sysctl init after bootjow2013-03-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: fix bad start index in previous commitjow2013-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: change sysctl handlingjow2013-03-253-2/+8
| | | | | | | | | Move /etc/init.d/sysctl to index 00 and add hotplug script that applies interface specific sysctls for interfaces that only appear later - this allows to reliably configure per-interface parameters in sysctl.conf, e.g. to disable ipv6 autoconfig on a specific iface. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gemini]: upgrade to 3.9-rc4, disable unsupported boardskaloz2013-03-2519-33/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/3.9]: refresh patches against -rc4kaloz2013-03-2510-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/3.9]: add missing symbolskaloz2013-03-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: don't use --enable-ipv6 if IPv6 is disabledcyrus2013-03-251-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* feeds.conf.default: switch LuCI feed to nbd.name git mirrorjow2013-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: minor bug fixescyrus2013-03-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix ethernet LEDs on the TL-WDR3500juhosg2013-03-251-0/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add GPIO output select values for AR934xjuhosg2013-03-251-2/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default LED configuration for the WL-WRD3500juhosg2013-03-241-0/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix USB power GPIO on the TL-WDR3500juhosg2013-03-241-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove numeric suffix of the TL-WDR3500 USB LEDjuhosg2013-03-241-6/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add diag support for the TL-WDR3500juhosg2013-03-241-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default switch configuration for the TL-WDR3500juhosg2013-03-241-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing config options for au1000 targethauke2013-03-245-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: download file with firmware for brcmsmachauke2013-03-241-0/+7
| | | | | | | This fixes #13144. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update brcmsmac ap patcheshauke2013-03-249-31/+175
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: also apply r36107 to files.oldflorian2013-03-232-3/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3: update to git headjow2013-03-221-2/+2
| | | | | | | * fixes parsing of src/dest '*' * fixes parsing of proto 'all' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/upx: use HOSTCXX to fix build errors on mac os xnbd2013-03-221-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add a HOSTCXX variable pointing at the c++ compilernbd2013-03-221-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: update to 7.5-2012.12-1florian2013-03-221-2/+2
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: sysupgrade fail with eglibcflorian2013-03-222-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | With eglibc, "ldd busybox" give us libcrypt.so.1 => /lib/libcrypt.so.1 (0x774be000) libm.so.6 => /lib/libm.so.6 (0x773e4000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x773c0000) libc.so.6 => /lib/libc.so.6 (0x77276000) /lib/ld.so.1 (0x774fe000) Thus /lib/ld.so.1 is not printed by the libs fonction and isn't copied to the 'new' root before pivot root libs() { ldd $* | awk '{print $3}'; } https://dev.openwrt.org/browser/trunk/package/base-files/files/lib/upgrade/common.sh With uclibc the last line of "ldd busybox" is ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x77ada000) Don't know for musl! This patch replace https://dev.openwrt.org/changeset/19167, as glibc is gone The other way around is to rework libs() Please apply the fix (mine or another) on trunk and AA Might fix https://dev.openwrt.org/ticket/12273 Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing CONFIG_BLK_DEV_IDE_AU1XXX config option.hauke2013-03-216-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selectedhauke2013-03-214-4/+8
| | | | | | | | | | This was turned from a silent confg option without a text to a normal config option which could be selected without any other option depending on this. This could cause the situation where REGMAP_SPI was selected without SPI_MASTER being selected. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3: update to git headjow2013-03-211-2/+2
| | | | | | * fixes port remapping rules (#13217) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: generate images for some more deviceshauke2013-03-201-3/+3
| | | | | | | These devices should be supported by trunk now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36099 3c298f89-4303-0410-b956-a3cf2f4a3e73