Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all targets: use numerically prefixed uci-defaults file names to better ↵ | Jo-Philipp Wich | 2013-01-18 | 22 | -0/+0 |
| | | | | | | control order of execution SVN-Revision: 35217 | ||||
* | kernel: update linux 3.7 to 3.7.3 | Gabor Juhos | 2013-01-18 | 17 | -80/+25 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35216 | ||||
* | odhcp6c: Fix parsing more than one DNS server | Steven Barth | 2013-01-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 35215 | ||||
* | mvebu: enable PCI in kernel configuration | Florian Fainelli | 2013-01-17 | 1 | -4/+6 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35214 | ||||
* | mvebu: enable PCIe on Marvell Armada 370 Reference Design | Florian Fainelli | 2013-01-17 | 1 | -0/+23 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35213 | ||||
* | mvebu: enable USB on Armada 370 Reference Design | Florian Fainelli | 2013-01-17 | 1 | -0/+16 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35212 | ||||
* | mvebu: add preliminary support for PCI express | Florian Fainelli | 2013-01-17 | 16 | -0/+1434 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35211 | ||||
* | mvebu: refresh patches | Florian Fainelli | 2013-01-17 | 21 | -137/+27 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35210 | ||||
* | kernel: refresh 3.8 patches | Florian Fainelli | 2013-01-17 | 11 | -13/+13 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35209 | ||||
* | mvebu: add board detection scripts | Florian Fainelli | 2013-01-17 | 2 | -0/+60 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35208 | ||||
* | mvebu: enable /proc/devicetree usage | Florian Fainelli | 2013-01-17 | 1 | -0/+1 |
| | | | | | | | | | This is going to be used for proper user-space board identification (ala mcs814x). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35207 | ||||
* | mvebu: add default profile | Florian Fainelli | 2013-01-17 | 1 | -0/+20 |
| | | | | | | | | | Such that relevant kernel modules are selected (USB, I2C, SATA, RTC, SDIO) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35206 | ||||
* | ipv6-support: Rename enable-ipv6 UCI defaults | Steven Barth | 2013-01-17 | 2 | -2/+2 |
| | | | | SVN-Revision: 35205 | ||||
* | base-files: rename ULA generation script | Steven Barth | 2013-01-17 | 2 | -1/+1 |
| | | | | SVN-Revision: 35204 | ||||
* | xtables-addons: rework uid/gid compat patch to use KUIDT_INIT() and ↵ | Jo-Philipp Wich | 2013-01-17 | 1 | -2/+2 |
| | | | | | | KGIDT_INIT() macros SVN-Revision: 35203 | ||||
* | x86: explicitely pass staging directory to grub-mkimage instead of relying ↵ | Jo-Philipp Wich | 2013-01-17 | 1 | -0/+2 |
| | | | | | | on build time defaults (#12821) SVN-Revision: 35200 | ||||
* | generic: add EHCI|OHCI platform driver fix to 3.[36] | Gabor Juhos | 2013-01-17 | 4 | -0/+196 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35194 | ||||
* | xtables-addons: move to package/, add myself as maintainer | Jo-Philipp Wich | 2013-01-17 | 18 | -0/+39869 |
| | | | | SVN-Revision: 35193 | ||||
* | ramips: enable BR6425N in kernel config | Felix Fietkau | 2013-01-17 | 1 | -0/+1 |
| | | | | | | | | | Though originally contained in the patch applied in r35020, the move to 3.7 in r34845 lost the kernel .config option. Reintroduce it to config-3.7. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35191 | ||||
* | kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel ↵ | Felix Fietkau | 2013-01-17 | 1 | -1/+1 |
| | | | | | | build error in snapshot builds SVN-Revision: 35190 | ||||
* | odhcp6c: Detect a different MAC if interface has none * Fixes DHCPv6 ↵ | Steven Barth | 2013-01-17 | 1 | -2/+2 |
| | | | | | | behaviour over PPP and similar SVN-Revision: 35189 | ||||
* | ppp: don't automatically set IPv6 default route * Fixes ↵ | Steven Barth | 2013-01-17 | 2 | -2/+1 |
| | | | | | | "ndisc_router_discovery() failed to add default route" SVN-Revision: 35188 | ||||
* | netifd: @aliases use layer 3 devices instead of main devices Fixes dhcpv6 ↵ | Steven Barth | 2013-01-17 | 1 | -2/+2 |
| | | | | | | protocol alias SVN-Revision: 35187 | ||||
* | mvebu: add support for EHCI controller | Florian Fainelli | 2013-01-15 | 6 | -8/+224 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35181 | ||||
* | kernel: add missing CONFIG_KALLSYMS_UNCOMPRESSED symbol | Florian Fainelli | 2013-01-15 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35180 | ||||
* | mvebu: add support for the Marvell Armada 370 Reference Design board | Florian Fainelli | 2013-01-15 | 4 | -3/+134 |
| | | | | | | | | Keep the patches in sync with the upstream developments. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35179 | ||||
* | mvebu: enable SMP with SMP on UP enabled | Florian Fainelli | 2013-01-15 | 1 | -2/+23 |
| | | | | | | | | The same kernel works ok for both Armada 370 (UP) and Armada XP (SMP) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35178 | ||||
* | kernel: allow building kmod-rtc-marvell for mvebu target | Florian Fainelli | 2013-01-15 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35177 | ||||
* | mvebu: add support for RTC | Florian Fainelli | 2013-01-15 | 3 | -0/+55 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35176 | ||||
* | ipv6-support: Switch to native IPv6 support | Steven Barth | 2013-01-15 | 8 | -719/+14 |
| | | | | SVN-Revision: 35174 | ||||
* | 6rd: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | 2 | -1/+5 |
| | | | | SVN-Revision: 35173 | ||||
* | 6to4: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | 2 | -1/+2 |
| | | | | SVN-Revision: 35172 | ||||
* | 6in4: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | 2 | -3/+6 |
| | | | | SVN-Revision: 35171 | ||||
* | 6relayd: add suitable default configuration | Steven Barth | 2013-01-15 | 2 | -1/+9 |
| | | | | SVN-Revision: 35170 | ||||
* | 6distributed: Remove obsolete service (replaced by netifd) | Steven Barth | 2013-01-15 | 2 | -64/+0 |
| | | | | SVN-Revision: 35169 | ||||
* | base-files: add support for ipv6-prefixes in connection with netifd | Steven Barth | 2013-01-15 | 4 | -1/+51 |
| | | | | SVN-Revision: 35168 | ||||
* | netifd: Introduce native IPv6 prefix-handling | Steven Barth | 2013-01-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 35167 | ||||
* | kernel: port 203-kallsyms_uncompressed.patch and 305-mips_module_reloc.patch ↵ | Felix Fietkau | 2013-01-14 | 2 | -0/+458 |
| | | | | | | to 3.8 SVN-Revision: 35162 | ||||
* | package/kernel: move input modules into a separate submenu | Gabor Juhos | 2013-01-14 | 2 | -183/+193 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35161 | ||||
* | generic: remove EHCI platform driver fix from 3.8 | Gabor Juhos | 2013-01-14 | 1 | -47/+0 |
| | | | | | | | | It is not needed on 3.8. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35160 | ||||
* | generic: add EHCI|OHCI platform driver fix from the cns21xx target | Gabor Juhos | 2013-01-14 | 6 | -116/+212 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35159 | ||||
* | kernel: make sure that packages are generated for built-in crypto modules to ↵ | Felix Fietkau | 2013-01-14 | 1 | -1/+1 |
| | | | | | | avoid dependency errors with kmod-crypto-core on 3.7 SVN-Revision: 35158 | ||||
* | kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx | Florian Fainelli | 2013-01-14 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35157 | ||||
* | target: enable XZ BCJ decompressor code after r35097 | Florian Fainelli | 2013-01-14 | 24 | -0/+48 |
| | | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156 | ||||
* | netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra) | Jo-Philipp Wich | 2013-01-14 | 3 | -2/+3 |
| | | | | SVN-Revision: 35155 | ||||
* | kernel: add a config option for keeping the kallsyms table uncompressed, ↵ | Felix Fietkau | 2013-01-14 | 2 | -0/+109 |
| | | | | | | saving ~9kb kernel size after lzma on ar71xx SVN-Revision: 35154 | ||||
* | ath9k: fix a soft lockup on smp systems | Felix Fietkau | 2013-01-14 | 5 | -21/+27 |
| | | | | SVN-Revision: 35152 | ||||
* | ath9k: remove a lock to fix a deadlock on hw reset | Felix Fietkau | 2013-01-14 | 4 | -18/+78 |
| | | | | SVN-Revision: 35147 | ||||
* | mac80211: fix monitor mode injection | Felix Fietkau | 2013-01-13 | 1 | -0/+17 |
| | | | | SVN-Revision: 35145 | ||||
* | rules.mk: only select latest libgcc.a with wildcard match (#12798) | Jo-Philipp Wich | 2013-01-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 35144 |