aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* firewall3: update init.d script to make use of procdJohn Crispin2014-02-181-9/+49
| | | | | | | | add validation data Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubox: logd did not register its config.reload trigger properlyJohn Crispin2014-02-181-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: split /etc/init.d/boot into 2 filesJohn Crispin2014-02-182-32/+52
| | | | | | | | this allows us to bind a procd trigger to system.@system[-1] Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest git headJohn Crispin2014-02-181-2/+2
| | | | | | | | this adds support for proto and wireless handler adding uci validation rules Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: update to latest git headJohn Crispin2014-02-181-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: the helper script did not export all functions properlyJohn Crispin2014-02-181-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* authsae: update to latest versionJohn Crispin2014-02-181-3/+3
| | | | | | Signed-off-by: Stefan May <smay@4finger.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: fix up PKG_DEPENDS. there are 2 missing CONFIG_ prefixeJohn Crispin2014-02-181-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: update to latest version, adds preparation for validation support and ↵Felix Fietkau2014-02-181-2/+2
| | | | | | | | blobmsg int64 support Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: send reconfigure-accept again to be compliantSteven Barth2014-02-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcpd: Fix RA interval + add support for prefixes > 64 and < 97Steven Barth2014-02-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: work around dangling prefix kernel-routes (fixes #14963)Steven Barth2014-02-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-kirkwood: add support for Seagate GoFlexNetLuka Perkov2014-02-161-0/+5
| | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-kirkwood: update to 2013.10Luka Perkov2014-02-156-27/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: * Cloud Engines Pogoplug E02 * RaidSonic ICY BOX IB-NAS62x0 * Iomega Iconnect Some users are avoiding to replace their bootloader, because of that add support for second stage u-boot image. Having ubifs capable bootloader is required in order to boot current OpenWrt trunk. Sample ib62x0 commands for running second stage bootloader: tftpboot 0x800000 uboot-kirkwood-ib62x0_second_stage/openwrt-kirkwood-ib62x0_second_stage-u-boot.img bootm 0x800000 Sample ib62x0 commands for flashing second stage bootloader: tftpboot 0x800000 uboot-kirkwood-ib62x0_second_stage/openwrt-kirkwood-ib62x0_second_stage-u-boot.img nand erase 0x100000 0x100000 ; nand write 0x800000 0x100000 0x${filesize} nand read 0x800000 0x100000 0x100000 ; bootm 0x800000 While at it include parallel build support, use alphabetic order of the boards and introduce common OpenWrt configuration. Signed-off-by: Luka Perkov <luka@openwrt.org> Tested-by (on ib62x0): Luka Perkov <luka@openwrt.org> Tested-by (on dockstar): Alexander Couzens <lynxis@fe80.eu> Tested-by (on iconnect): Wojciech Dubowik <wojciech.dubowik@neratec.com> CC: Felix Kaechele <heffer@fedoraproject.org> CC: Wojciech Dubowik <wojciech.dubowik@neratec.com> CC: Alexander Couzens <lynxis@fe80.eu> CC: Daniel Engberg <daniel.engberg@pyret.net> CC: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix source-routing breaking 6in4 + othersSteven Barth2014-02-141-2/+2
| | | | | | | | | | 6in4 historically allowed an ip6addr without a mask however the newly introduced source-routing segfaulted in this scenario (#14958 + #14858). Fixes include: "Fix ubus route src mask printing" and "Disable netlink auto ack" (thanks to Hans Dedecker) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: remove source-restriction from local routes again (broke relaying)Steven Barth2014-02-122-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: send wpa frames through the WMM voice queue - improves connection ↵Felix Fietkau2014-02-111-0/+27
| | | | | | | | reliability Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add p2p client mode support powersave patchesFelix Fietkau2014-02-112-0/+280
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8187: fix crashes on mips caused by misaligned DMA and cache issuesFelix Fietkau2014-02-111-0/+73
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix kmod-usb-phy-nopHauke Mehrtens2014-02-101-0/+10
| | | | | | | | | | | | phy-generic.ko was renamed and moved from kernel version to version. kernel <= 3.9: nop-usb-xceiv.ko kernel >= 3.10 && <= 3.11: phy-nop.ko kernel >= 3.12: phy-generic.ko Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix kmod-usb-net-smsc95xxHauke Mehrtens2014-02-101-1/+1
| | | | | | | | | | | smsc95xx.ko depends on crc16.ko on kernel >= 3.8 There was an additional kmod-usb-net-smsc95xx definition in the mxs target code which conflicted with the one in the common area. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: phy-omap-control.ko is already part of a different packageImre Kaloz2014-02-101-1/+0
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: additional omap/musb related fixesImre Kaloz2014-02-101-21/+45
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: fixup ethernet gadget, disable EEM supportImre Kaloz2014-02-101-3/+4
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: package the driver for smsc95xx chipsImre Kaloz2014-02-101-0/+15
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: add additional omap related changesImre Kaloz2014-02-091-19/+102
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: additional musb fixupsImre Kaloz2014-02-091-7/+43
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: musb depends on usb-gadget supportImre Kaloz2014-02-091-1/+1
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: use musb in PIO mode, as DMA support is platform dependentImre Kaloz2014-02-091-1/+3
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: add more musb symbolsImre Kaloz2014-02-091-0/+2
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: make musb available for omap as wellImre Kaloz2014-02-091-2/+2
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: rename Kconfig symbol to the current oneImre Kaloz2014-02-091-1/+1
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [usb]: move some omap24xx modules to the generic MakefileImre Kaloz2014-02-091-0/+38
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add kmod-usb-net-kalmiaHauke Mehrtens2014-02-081-0/+15
| | | | | | | | | This patch adds a new kernel module for Samsung USB LTE modems. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: negate kernel version dependencies to fix config for new kernel versionsHauke Mehrtens2014-02-083-3/+3
| | | | | | | | | This fixes some problems on kernel 3.13 and also removes the reference to LINUX_3_7. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add led_trigger_blink{_oneshot}()Hauke Mehrtens2014-02-081-0/+40
| | | | | | | | | | | | | | | When led support is deactivated in the kernel and CPTCFG_BACKPORT_BUILD_LEDS is set mac80211 references led_trigger_blink_oneshot() but it is not declared anywhere. This fixes the following build error: net/mac80211/led.c: In function 'ieee80211_led_rx': net/mac80211/led.c:25:2: error: implicit declaration of function 'led_trigger_blink_oneshot' [-Werror=implicit-function-declaration] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: really fix the buildHauke Mehrtens2014-02-081-1/+1
| | | | | | | | | The fix in r39482 was wrong. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge tx iq calibration fixesFelix Fietkau2014-02-071-0/+466
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* authsae: Update authsae to latest versionHauke Mehrtens2014-02-061-2/+2
| | | | | | | | | | Only compile tested but the changes are minimal https://github.com/cozybit/authsae/compare/f5693a3...1d1a122 Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/mac80211]: fix wl12xx compile error introduced in [39428]Imre Kaloz2014-02-061-1/+1
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: disable some autodetected features to avoid extra dependencies and ↵Felix Fietkau2014-02-061-1/+5
| | | | | | | | bloat Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix timing and some regressions from yesterdaySteven Barth2014-02-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to iw 3.14Hauke Mehrtens2014-02-058-480/+44
| | | | | | | | | | | | | | | | - update iw to 3.14 - remove some patches that are obsolete - 200-reduce_size.patch has new coalesce removed from Makefile matching prev. ver - refresh patches This increases the size of the binary by 6.7%: 87801 4400 320 92521 16969 iw-3.10/iw 93995 4424 324 98743 181b7 iw-3.14/iw Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: kmod-fs-jfsHauke Mehrtens2014-02-051-0/+16
| | | | | | | | | This patch adds journaled file system (JFS) kernel module support. Signed-off-by: Gerald Matzka<mgerald21@yahoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: fix build after recent mac80211 update and refresh patchesHauke Mehrtens2014-02-055-25/+35
| | | | | | | | | This was only build tested. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcpd: fix homenet dhcpv6 filterSteven Barth2014-02-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Add support for userclass and vendorclassSteven Barth2014-02-052-4/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tcpdump: update to current upstream version 4.5.1Felix Fietkau2014-02-055-115/+164
| | | | | | | | | | -size_of(old tcpdump-mini 4.2.1) = 145245 Byte -size_of(new tcpdump-mini 4.5.1) = 149416 Byte => ~4.2 KByte increase Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: update to current upstream version 1.5.3Felix Fietkau2014-02-057-90/+87
| | | | | | | | -size_of(old libpcap-1.3.0) = 85228 Byte -size_of(new libpcap-1.5.3) = 88587 Byte => ~3.3 KByte increase git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: various fixesZoltan HERPAI2014-02-053-0/+166
| | | | | | | | | | | - update A10-Lime support - fix MMC on sun5i with initializing PLL6 correctly Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39470 3c298f89-4303-0410-b956-a3cf2f4a3e73