summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gettext-full: use portability header files for byteswapping on non-linux systemsFelix Fietkau2013-07-061-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37186
* gettext-full: add a patch to suppress duplicate definitions of ↵Felix Fietkau2013-07-061-0/+11
| | | | | | | | error_print_progname which break on some systems Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37185
* gettext-full: refresh patchesFelix Fietkau2013-07-065-8/+8
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37184
* tools: include endian.h from byteswap.h to ensure that bswap_* is availableFelix Fietkau2013-07-061-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37183
* xfsprogs: disable blkid support to fix build errorsFelix Fietkau2013-07-061-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37182
* imx23: fix kernel module dependenciesFelix Fietkau2013-07-061-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37181
* gcc: fix up displayed version after r37179Felix Fietkau2013-07-051-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37180
* gcc: do not delete DATESTAMP and DEV-PHASE version info (fixes __GLIBCXX__ ↵Felix Fietkau2013-07-051-2/+0
| | | | | | | | definition) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37179
* lantiq: add device tree support for arv4519pwLuka Perkov2013-07-053-1/+193
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37178
* feeds.conf.default: switch packages feed to git (#13818)Felix Fietkau2013-07-051-1/+1
| | | | SVN-Revision: 37177
* ar71xx: merge patches [611-*,621-*] into 610-*Luka Perkov2013-07-0413-412/+130
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37176
* imx23: bump kernel to 3.10Zoltan Herpai2013-07-046-114/+101
| | | | | | | | | | | | - fix BOARDNAME - add profile for Olinuxino boards - prep image Makefile for u-boot inclusion, separate out bootlet build - update kernel config to reflect updated chipidea requirements - update rtc/watchdog config Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37175
* toolchain/musl: add version 0.9.11Luka Perkov2013-07-047-5/+122
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37173
* firewall: allow routed lan<->lan traffic by defaultJo-Philipp Wich2013-07-042-2/+2
| | | | SVN-Revision: 37171
* kernel/generic: add missing regulator symbols for 3.10Zoltan Herpai2013-07-041-0/+17
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37169
* lldpd: upgrade to 0.7.5Jo-Philipp Wich2013-07-041-2/+2
| | | | | | | | | | lldpd 0.7.1 has several alignment issues that trip a system configured to fault on misaligned accesses. Version 0.7.5 fixes that along with a few other minor issues. Signed-off-by: John Szakmeister <john@szakmeister.net> SVN-Revision: 37168
* ar71xx: Buffalo WZR-HP-AG300H (600DHP) enable PCILuka Perkov2013-07-041-5/+6
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37167
* include: also check CONFIG_GPIOLIB for GPIO_SUPPORTJonas Gorski2013-07-041-1/+1
| | | | | | | | | | | Recent kernels removed GENERIC_GPIO and require GPIO capable targets to select GPIOLIB instead, so check for both symbols. Fixed #13814. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37166
* px5g: creates certificates that expire in the pastJohn Crispin2013-07-041-0/+3
| | | | | | | | | | | | | | | the attached patch fixes a bug of px5g when instructed to build certificates that expire after 2038-01-19, caused a multiplication that may overflow the "to" variable of type time_t Attached patch checks if "to" precedes "from": if so sets "to" to its maximum value. Pretty rude, but works well even if certificate is set to expire in a century Signed-off-by: Federico Fissore <federico@fissore.org> Patchork: http://patchwork.openwrt.org/patch/3749/ SVN-Revision: 37165
* kernel: fix 8250 ko name for 3.9John Crispin2013-07-041-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37164
* ramips: fix RT-N13U gpio buttonsJohn Crispin2013-07-041-2/+7
| | | | | | | | https://dev.openwrt.org/ticket/13795 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37163
* mac80211: make rt2x00_soc depend on !rt3883John Crispin2013-07-041-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/13777 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37162
* brcm47xx: fix module insert orderJohn Crispin2013-07-041-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/13811 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37161
* button-hotplug: Add KEY_POWER handlingJohn Crispin2013-07-041-0/+1
| | | | | | | | | | | | When running OpenWrt within KVM KEY_POWER is generated from the ACPI button driver when restarting or powering down the VM. Extend button-hotplug to allow user space handlers for these events. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Patchwork: http://patchwork.openwrt.org/patch/3799/ SVN-Revision: 37160
* libubox: update to latest git revisionJohn Crispin2013-07-041-2/+2
| | | | | | | | fixes bug in runqueue complete handling Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37159
* procd: bump to latest git revisionJohn Crispin2013-07-041-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37158
* procd: extend shell binding with trigger supportJohn Crispin2013-07-041-0/+32
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37157
* ubox: dont install lsbloader and symlink lsmodJohn Crispin2013-07-041-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37156
* ar71xx: $(KDIR_TMP) must be present before starting initramfs buildLuka Perkov2013-07-041-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37155
* ixp4xx: replace magic number with macros in avila/ixdp425/miccpt PCI routing ↵Jonas Gorski2013-07-032-2/+26
| | | | | | | | | | | setup Replace magic number with the appropriate macro in avila/ixdp425/miccpt PCI routing setup. Signed-off-by: Tamas TEVESZ <ice@extreme.hu> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37154
* ixp4xx: switch to kernel 3.10Jonas Gorski2013-07-0341-9488/+1
| | | | | | | | Fixes network issues at least on NSLU2 (#13801). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37153
* trace-cmd: remove the compile fix patchFlorian Fainelli2013-07-032-21/+1
| | | | | | | | | And instead override TARGET_CFLAGS to set _GNU_SOURCE accordingly since this is the upstream maintainer solution. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37152
* odhcp6c: avoid integer overflows in resend logicSteven Barth2013-07-031-2/+2
| | | | SVN-Revision: 37150
* odhcp6c: add missing config parameterSteven Barth2013-07-032-1/+2
| | | | SVN-Revision: 37148
* kernel: add KERNEL_FTRACE_SYSCALLS optionFlorian Fainelli2013-07-031-0/+5
| | | | | | | | | Newer kernels propose to trace system calls, add an option to allow just that. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37146
* lantiq: fix initramfsLuka Perkov2013-07-031-12/+22
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37143
* usbutils: upgrade to version 007Luka Perkov2013-07-031-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37141
* uboot-envtools: add support for imx6 targetLuka Perkov2013-07-022-0/+28
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37136
* uboot-envtools: upgrade to 2013.07-rc1Luka Perkov2013-07-023-10/+135
| | | | | | | | Support for writing on MMC devices has been added. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37135
* imx6: make kernel_oldconfigLuka Perkov2013-07-021-3/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37134
* build: remove hotplug2 from DEFAULT_PACKAGESFelix Fietkau2013-07-021-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37132
* ar71xx: Buffalo WZR-HP-AG300H (600DHP) change button typeLuka Perkov2013-07-021-3/+3
| | | | | | | | | switch buttons should be declared as switch so the failsafe shell is not triggered by accident in procd Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37131
* gpio-button-hotplug: add support for EV_SWLuka Perkov2013-07-021-7/+21
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37130
* ar71xx: only invoke Initramfs building when enabledFlorian Fainelli2013-07-021-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37129
* include: fix path for kernel-generated cpio removalLuka Perkov2013-07-021-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37128
* ubox: add e2fsck supportJohn Crispin2013-07-021-3/+3
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37127
* lantiq: xrx200_net compile fixJohn Crispin2013-07-021-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37126
* include: force a kernel-generated cpio removal and rebuildFlorian Fainelli2013-07-011-0/+1
| | | | | | | | | Make sure that the kernel rebuilds the initramfs cpio archive file by deleting it before so we get it re-generated properly. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37125
* ixp4xx: add support for linux 3.10Jonas Gorski2013-07-0140-0/+9601
| | | | | | | | Run tested on a NSLU2. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37124
* kernel: add missing config symbol for 3.10Jonas Gorski2013-07-011-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37123