aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* valgrind: update to v3.8.1Felix Fietkau2013-04-011-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36143
* mpc85xx: enable ath9k and wpad-mini by defaultFelix Fietkau2013-04-011-1/+1
| | | | SVN-Revision: 36142
* toolchain/eglibc: add missing ld-search-paths patch to 2.17Florian Fainelli2013-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> SVN-Revision: 36141
* toolchain: stop generating broken symlink in TOOLCHAIN_DIR/libLuka Perkov2013-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> SVN-Revision: 36140
* brcm47xx: generate images for Linksys E.... modelsHauke Mehrtens2013-03-271-0/+9
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 36139
* gemini: remove usage of ehci_port_power() it was removed in kernel 3.8Hauke Mehrtens2013-03-271-8/+2
| | | | SVN-Revision: 36138
* brcm47xx: activate image generation for some Netgear devices which are on ↵Hauke Mehrtens2013-03-271-7/+7
| | | | | | the market and should be supported. SVN-Revision: 36137
* brcm47xx: generate images for more WRT...N modelsHauke Mehrtens2013-03-271-0/+5
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 36136
* mac80211: backport some upstream mwl8k fixesJonas Gorski2013-03-273-1/+115
| | | | SVN-Revision: 36134
* base-files: firstboot: only ask for confirmation on TTYJonas Gorski2013-03-271-4/+6
| | | | | | Also allow '-y' to force the reset. SVN-Revision: 36133
* odhcp6c: Fix a race-condition in RA-handlingSteven Barth2013-03-261-2/+2
| | | | | | Thanks to Markus Stenberg for investigating and providing a fix SVN-Revision: 36132
* base-files: move sysctl init after bootJo-Philipp Wich2013-03-261-1/+1
| | | | SVN-Revision: 36131
* base-files: fix bad start index in previous commitJo-Philipp Wich2013-03-251-1/+1
| | | | SVN-Revision: 36130
* package/base-files: change sysctl handling Move /etc/init.d/sysctl to index ↵Jo-Philipp Wich2013-03-253-2/+8
| | | | | | 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. SVN-Revision: 36129
* upgrade to 3.9-rc4, disable unsupported boardsImre Kaloz2013-03-2519-33/+33
| | | | SVN-Revision: 36128
* refresh patches against -rc4Imre Kaloz2013-03-2510-11/+11
| | | | SVN-Revision: 36127
* add missing symbolsImre Kaloz2013-03-251-0/+3
| | | | SVN-Revision: 36126
* iptables: don't use --enable-ipv6 if IPv6 is disabledSteven Barth2013-03-251-2/+1
| | | | SVN-Revision: 36125
* feeds.conf.default: switch LuCI feed to nbd.name git mirrorJo-Philipp Wich2013-03-251-1/+1
| | | | SVN-Revision: 36124
* odhcp6c: minor bug fixesSteven Barth2013-03-251-2/+2
| | | | SVN-Revision: 36123
* ar71xx: fix ethernet LEDs on the TL-WDR3500Gabor Juhos2013-03-251-0/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36122
* ar71xx: add GPIO output select values for AR934xGabor Juhos2013-03-251-2/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36121
* ar71xx: add default LED configuration for the WL-WRD3500Gabor Juhos2013-03-241-0/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36120
* ar71xx: fix USB power GPIO on the TL-WDR3500Gabor Juhos2013-03-241-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36119
* ar71xx: remove numeric suffix of the TL-WDR3500 USB LEDGabor Juhos2013-03-241-6/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36118
* ar71xx: add diag support for the TL-WDR3500Gabor Juhos2013-03-241-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36117
* ar71xx: add default switch configuration for the TL-WDR3500Gabor Juhos2013-03-241-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36116
* kernel: add missing config options for au1000 targetHauke Mehrtens2013-03-245-0/+20
| | | | SVN-Revision: 36115
* mac80211: download file with firmware for brcmsmacHauke Mehrtens2013-03-241-0/+7
| | | | | | This fixes #13144. SVN-Revision: 36114
* mac80211: update brcmsmac ap patchesHauke Mehrtens2013-03-249-31/+175
| | | | SVN-Revision: 36113
* base-files: also apply r36107 to files.oldFlorian Fainelli2013-03-232-3/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36112
* firewall3: update to git headJo-Philipp Wich2013-03-221-2/+2
| | | | | | | * fixes parsing of src/dest '*' * fixes parsing of proto 'all' SVN-Revision: 36111
* tools/upx: use HOSTCXX to fix build errors on mac os xFelix Fietkau2013-03-221-1/+2
| | | | SVN-Revision: 36110
* build: add a HOSTCXX variable pointing at the c++ compilerFelix Fietkau2013-03-221-0/+3
| | | | SVN-Revision: 36109
* gdb: update to 7.5-2012.12-1Florian Fainelli2013-03-221-2/+2
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36108
* base-files: sysupgrade fail with eglibcFlorian Fainelli2013-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> SVN-Revision: 36107
* kernel: add missing CONFIG_BLK_DEV_IDE_AU1XXX config option.Hauke Mehrtens2013-03-216-1/+5
| | | | SVN-Revision: 36102
* kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selectedHauke Mehrtens2013-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. SVN-Revision: 36101
* firewall3: update to git headJo-Philipp Wich2013-03-211-2/+2
| | | | | | * fixes port remapping rules (#13217) SVN-Revision: 36100
* brcm47xx: generate images for some more devicesHauke Mehrtens2013-03-201-3/+3
| | | | | | These devices should be supported by trunk now. SVN-Revision: 36099
* kernel: add some fixes for kernel 3.9Hauke Mehrtens2013-03-207-6/+50
| | | | | | This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages. SVN-Revision: 36098
* kernel: add some missing config options for kernel 3.9Hauke Mehrtens2013-03-201-0/+11
| | | | SVN-Revision: 36097
* netifd: Fix adding IPv6 DNS-servers to resolv.confSteven Barth2013-03-201-2/+2
| | | | | | In some cases IPv6 DNS-servers were not added correctly. SVN-Revision: 36095
* odhcp6c: Fix metric for on-link prefix routesSteven Barth2013-03-201-2/+2
| | | | SVN-Revision: 36094
* firewall3: update to git headJo-Philipp Wich2013-03-191-2/+2
| | | | | | * fixes reload handling of zones and ipsets that are still running but already deleted from the config SVN-Revision: 36092
* kernel: make SND_COMPRESS_OFFLOAD symbol visible for selection (#13193)Florian Fainelli2013-03-195-5/+40
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36091
* firewall3: update to git headJo-Philipp Wich2013-03-191-2/+2
| | | | | | | - support network names in per-zone 'masq_src', 'masq_dest' and 'subnet' options (#13197) - do not allow src_mac option for SNAT rules SVN-Revision: 36090
* hostapd: fix build errors on supplicant-only buildsFelix Fietkau2013-03-182-4/+6
| | | | SVN-Revision: 36085
* odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for ↵Steven Barth2013-03-181-2/+2
| | | | | | investigating SVN-Revision: 36083
* build: make the color of the 'configuration out of sync' warning red to make ↵Felix Fietkau2013-03-172-2/+9
| | | | | | it harder for users to overlook SVN-Revision: 36082