summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* b43: fix a regression on G-PHY devicesFelix Fietkau2014-06-122-2/+35
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41162
* rt2x00: fix crash when using TKIP on USB devicesFelix Fietkau2014-06-121-2/+49
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41161
* ath9k: fix initial noise floor calibration on older chipsFelix Fietkau2014-06-121-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41156
* ath9k: make noise floor calibration and periodic calibration mutually exclusiveFelix Fietkau2014-06-121-0/+42
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41155
* b43: fix frequency reporting, fixes scan issuesFelix Fietkau2014-06-121-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41154
* odhcpd: use search domain instead of domain attributeSteven Barth2014-06-121-2/+2
| | | | SVN-Revision: 41152
* procd: update to the latest version, fixes static linking of upgradedFelix Fietkau2014-06-111-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41148
* netifd: use procd_add_reload_triggerFelix Fietkau2014-06-111-4/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41147
* procd: allow passing multiple config files to procd_add_reload_triggerFelix Fietkau2014-06-111-1/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41146
* curl: move to core packagesJo-Philipp Wich2014-06-116-0/+363
| | | | SVN-Revision: 41143
* procd: fix overflow in hotplug socket on certain targetsSteven Barth2014-06-111-2/+2
| | | | SVN-Revision: 41142
* base-files: properly remove stderr from zcat/bzcatJohn Crispin2014-06-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41135
* procd: update to latest git HEADJohn Crispin2014-06-112-4/+322
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41129
* fstools: the ubi flash tool is obselete nowJohn Crispin2014-06-111-14/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41128
* base-files: add an ugly hack for nand to sysupgradeJohn Crispin2014-06-111-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41126
* base-files: include more ubi* tools in sysupgrade ramdiskJohn Crispin2014-06-111-1/+4
| | | | | | | | | Also add some more busybox symlinks which are useful for sysupgrade on UBI-enabled devices. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41125
* ubi-utils: cleanup the packageJohn Crispin2014-06-111-40/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41124
* libubox: update to latest gitJohn Crispin2014-06-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41123
* kernel: fix kernel builds for chipidea w/ usb-gadgetSteven Barth2014-06-111-2/+1
| | | | | | | | | | | Instead of repackaging udc-core.ko again, just add a dependency to kmod-usb-gadget, which already contains it. Fixes kmod-chipidea builds for 3.10- with usb-gadget enabled. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41115
* uhttpd: also bind to IPv6 by defaultSteven Barth2014-06-112-3/+3
| | | | SVN-Revision: 41114
* ath9k: do a chip reset if noise floor calibration fails, should improve ↵Felix Fietkau2014-06-112-0/+232
| | | | | | | | stability Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41113
* netifd: update to latest version, fixes reload issue (#16754) and adds ↵Felix Fietkau2014-06-111-2/+2
| | | | | | | | 802.1ad support Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41112
* netifd: add support for onlink-flag for routesSteven Barth2014-06-101-2/+2
| | | | SVN-Revision: 41098
* strace: move to trunk, add myself as a maintainerFelix Fietkau2014-06-101-0/+50
| | | | SVN-Revision: 41097
* odhcpd: various regression fixes (thanks Hans Dedecker)Steven Barth2014-06-101-2/+2
| | | | SVN-Revision: 41079
* mountd: remove a bogus include to fix compile with muslFelix Fietkau2014-06-091-0/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41062
* libnfnetlink: fix musl compile errorsFelix Fietkau2014-06-091-0/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41061
* ubi-utils: fix musl compile errorsFelix Fietkau2014-06-091-0/+30
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41060
* util-linux: use qsort instead of qsort_r to fix compile error with muslFelix Fietkau2014-06-091-0/+36
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41059
* xfsprogs: fix compile errors with muslFelix Fietkau2014-06-093-10/+78
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41058
* uhttpd: update to the latest version, fixes musl compile issuesFelix Fietkau2014-06-091-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41057
* kernel: add missing dependency for kmod-fs-nfsFelix Fietkau2014-06-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41055
* valgrind: avoid including linux/ptrace.h to fix a musl build errorFelix Fietkau2014-06-081-0/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41054
* uqmi: use -ffunction-sections and --gc-sections, reduces binary size from ↵Felix Fietkau2014-06-071-1/+3
| | | | | | | | 57k to 29k Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41051
* broadcom-diag: remove broadcom-diagHauke Mehrtens2014-06-075-1343/+0
| | | | | | | | | broadcom-diag is not supported any more and was replaced by configuration the GPIOs in the arch code Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41047
* broadcom-wl: fix build with bcma or ssb deactivatedHauke Mehrtens2014-06-071-4/+4
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41046
* base-files: fix argument order to date in sysfixtime so that it also works ↵Felix Fietkau2014-06-071-1/+1
| | | | | | | | | | | with musl Seems like the reverse order relies on GNU specific getopt hackery which musl does not replicate Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41045
* brcm47xx: add a "legacy" subtarget that is usable for low-end 802.11g ↵Felix Fietkau2014-06-071-0/+6
| | | | | | | | devices like WRT54G Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41041
* mac80211: b43: fix B43_USE_SSB dependencyFelix Fietkau2014-06-071-1/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41040
* procd: Fix USB cellular modems hotplug eventsFelix Fietkau2014-06-071-4/+4
| | | | | | | | | | Without this patch, /etc/hotplug.d/tty/30-3g won't be called when you insert or remove a USB-serial cellular modem. (see Ticket #14117) Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com> SVN-Revision: 41039
* odhcpd: improve DHCPv4 range defaultsSteven Barth2014-06-071-2/+2
| | | | SVN-Revision: 41038
* b43: fix ssb/bcma dependenciesFelix Fietkau2014-06-061-5/+19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41037
* binutils: decouple from toolchain selection, use version 2.24, fix libiberty ↵Felix Fietkau2014-06-061-64/+20
| | | | | | | | installation Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41036
* oprofile: update to 0.9.9, fix compile errorFelix Fietkau2014-06-064-76/+33
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41035
* ubi-utils: bump to version 1.5.1 for ubiblock supportJohn Crispin2014-06-062-7/+8
| | | | | | | | | ubiblock allows creating and removing read-only block devices on top of ubi volumes. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41033
* igmpproxy: report an error and dont start the instance if one of the ↵John Crispin2014-06-061-3/+6
| | | | | | | | interfaces is not up Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41032
* procd: service instances can now report an error of why they failed to start.John Crispin2014-06-062-2/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41031
* ath9k: add a fix for rx overrun processingFelix Fietkau2014-06-051-0/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41029
* ath9k: add a fix for ANI related stability issuesFelix Fietkau2014-06-051-0/+155
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41028
* openssl: version bump to 1.0.1hHauke Mehrtens2014-06-051-2/+2
| | | | | | | | | | | today appeared another serious vulnerability in openssl. More info is here http://ccsinjection.lepidum.co.jp. Users are advised to update to openssl 1.0.1h. Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41026