aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Pass in any TARGET_ASFLAGSFlorian Fainelli2013-04-051-0/+2
| | | | | | | | | | | | Packages not picking up the regular TARGET_AS need their openwrt Makefiles tweaked. For a basic build, that's just openssl. This depends on patch 1/5. Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36201
* netifd: Bump to latest version * Fix a memory corruption when updating IPv6 ↵Steven Barth2013-04-051-2/+2
| | | | | | prefixes * Fix route sorting order (nbd) * Add support for ip rules (jow) * Implement support for route / route6 table attribute (jow) SVN-Revision: 36196
* ubus: update to latest version, fixes a crash on reconnectFelix Fietkau2013-04-041-3/+3
| | | | SVN-Revision: 36195
* add a helper that allows loading the eeprom from a MTD partition pointed to ↵John Crispin2013-04-041-0/+106
| | | | | | | | by a phandle Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36194
* netifd: Rewrite IPv6 prefix assignment * Add ip6hint option to specify ↵Steven Barth2013-04-031-2/+2
| | | | | | assigned subprefixes * Add preliminary support for RFC 6603 prefix exclusion SVN-Revision: 36193
* unbreak i2c-mv64xxx dependenciesJohn Crispin2013-04-031-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36192
* fix borken of-i2c dependenciesJohn Crispin2013-04-031-4/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36191
* fix eglibc compileJohn Crispin2013-04-031-1/+3
| | | | | | | | add librt dependency/link flag to procd when using eglibc thanks to jow for the help Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 36188
* revert patch that renames the worker thread as it seems to cause an oopsJohn Crispin2013-04-031-9/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36185
* add cdc-mbim moduleJohn Crispin2013-04-031-0/+16
| | | | | | | | http://patchwork.openwrt.org/patch/3370/ Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com> SVN-Revision: 36184
* Add INA2XX current sensor module.John Crispin2013-04-031-0/+15
| | | | | | | | This is a I2C current/voltage/power sensor. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 36182
* add lm92 kernel moduleJohn Crispin2013-04-031-0/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36181
* add pcf857x kernel moduleJohn Crispin2013-04-031-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36180
* make OF_I2C build as part of i2c-coreJohn Crispin2013-04-031-17/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36179
* several patches to make OF work on rt2x00John Crispin2013-04-034-0/+141
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36178
* add RT5350 wifi supportJohn Crispin2013-04-031-0/+413
| | | | | | | | | | MTK/Ralink Acked replied and says we can merge this patch under the GPL. Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> Tested-by: Michel Stempin <michel.stempin@wanadoo.fr> Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36177
* libpcap: get rid of some bloat introduced by the updateFelix Fietkau2013-04-011-2/+4
| | | | SVN-Revision: 36151
* libpcap: update to 1.3.0Felix Fietkau2013-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> SVN-Revision: 36150
* openvpn: enable password save support (#13245)Felix Fietkau2013-04-011-0/+1
| | | | SVN-Revision: 36144
* valgrind: update to v3.8.1Felix Fietkau2013-04-011-3/+3
| | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36143
* 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
* iptables: don't use --enable-ipv6 if IPv6 is disabledSteven Barth2013-03-251-2/+1
| | | | SVN-Revision: 36125
* odhcp6c: minor bug fixesSteven Barth2013-03-251-2/+2
| | | | SVN-Revision: 36123
* 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
* 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
* firewall3: update to git headJo-Philipp Wich2013-03-211-2/+2
| | | | | | * fixes port remapping rules (#13217) SVN-Revision: 36100
* kernel: add some fixes for kernel 3.9Hauke Mehrtens2013-03-206-6/+36
| | | | | | This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages. SVN-Revision: 36098
* 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
* 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
* hostapd: initial prototype of an ubus bindingFelix Fietkau2013-03-175-3/+694
| | | | | | | Supports listing, removing and banning clients, and hooking into probe/assoc/auth requests via object subscribe. SVN-Revision: 36081
* kernel: enable SND_COMPRESS_OFFLOAD for kernels >= 3.3Florian Fainelli2013-03-171-1/+10
| | | | | | | | Most sound SoC driver enable it and rely it on to properly work. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36072
* kernel: load regmap modules after kmod-lib-lzoFlorian Fainelli2013-03-171-1/+1
| | | | | | | | | Otherwise regmap-core will not be able to lookup the lzo exported symbols. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36069
* ubus: update to latest version, fixes a bug in notify return code handlingFelix Fietkau2013-03-171-3/+3
| | | | SVN-Revision: 36068
* mac80211: merge a few minstrel_ht performance improvementsFelix Fietkau2013-03-161-10/+43
| | | | SVN-Revision: 36056
* busybox: fix disabling /sbin/init and logread if procd is used as initFelix Fietkau2013-03-161-2/+1
| | | | SVN-Revision: 36054
* mac80211: merge a fix for a race condition on station removalFelix Fietkau2013-03-151-0/+32
| | | | SVN-Revision: 36053
* ath9k: add a fix to reduce the number of spurious tx hang detectionsFelix Fietkau2013-03-151-0/+37
| | | | SVN-Revision: 36040
* ath9k: fix issues with disabling rx/tx antennasFelix Fietkau2013-03-151-1/+54
| | | | SVN-Revision: 36035