Steven Barth [Tue, 1 Oct 2013 17:30:05 +0000 (17:30 +0000)]
netifd: don't remove & readd addresses that only have a changed lifetime
SVN-Revision: 38269
Jo-Philipp Wich [Tue, 1 Oct 2013 14:41:07 +0000 (14:41 +0000)]
procd: fix incorrect use of sizeof() in vsnprintf()
SVN-Revision: 38268
John Crispin [Mon, 30 Sep 2013 20:48:51 +0000 (20:48 +0000)]
procd: update to latest git head
this fixes the syslog problem when using eglibc on x86.
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 38267
John Crispin [Mon, 30 Sep 2013 20:48:46 +0000 (20:48 +0000)]
lantiq: add support for VGV7519 KPN Experia box v8
Signed-off-by: Maikel Bloemendal <[email protected]>
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 38266
John Crispin [Mon, 30 Sep 2013 20:48:39 +0000 (20:48 +0000)]
ralink: dts fixes
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 38265
John Crispin [Mon, 30 Sep 2013 20:48:34 +0000 (20:48 +0000)]
ralink: fix DIR-320-B1 board detection
https://dev.openwrt.org/ticket/14226
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 38264
John Crispin [Mon, 30 Sep 2013 20:48:27 +0000 (20:48 +0000)]
ralink: Change size of image for DIR-320 B1 to 8MB
http://patchwork.openwrt.org/patch/4102/
Signed-off-by: Vladimir Stolyarov <[email protected]>
SVN-Revision: 38263
John Crispin [Mon, 30 Sep 2013 20:48:12 +0000 (20:48 +0000)]
kernel: lib-textsearch needs to be auto probed for amanda nat to work
https://dev.openwrt.org/ticket/14232
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 38262
Steven Barth [Mon, 30 Sep 2013 08:41:00 +0000 (08:41 +0000)]
uClibc: fix scoped-IPv6-addresses in getnameinfo
SVN-Revision: 38261
Felix Fietkau [Sun, 29 Sep 2013 20:10:42 +0000 (20:10 +0000)]
scripts/gen-dependencies.sh: use the cross readelf (#12940)
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38259
Felix Fietkau [Sun, 29 Sep 2013 19:42:00 +0000 (19:42 +0000)]
mac80211: add AP inactivity handling / probing fixes to improve stability
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38257
Felix Fietkau [Sun, 29 Sep 2013 12:53:21 +0000 (12:53 +0000)]
mac80211: really fix the long standing wds ap tx power regression (#14153)
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38255
Jo-Philipp Wich [Sun, 29 Sep 2013 11:53:25 +0000 (11:53 +0000)]
rpcd: fix missing option removal when merging subsequent uci set calls
SVN-Revision: 38254
Jo-Philipp Wich [Sun, 29 Sep 2013 11:53:20 +0000 (11:53 +0000)]
ubus: restrict unix domain socket permission to 0600 to disallow non-root connections
SVN-Revision: 38253
Jo-Philipp Wich [Sun, 29 Sep 2013 11:53:17 +0000 (11:53 +0000)]
ubox: support alternative spellings for modinfo and rmmod
After this change, "rmmod" and "modinfo" works even if the user gives
the file name spelling instead of the kernel internal one, so that e.g.
"rmmod nls_iso8859-1.ko" and "rmmod nls_iso8859_1" will both succeed.
SVN-Revision: 38252
Jo-Philipp Wich [Sun, 29 Sep 2013 11:53:10 +0000 (11:53 +0000)]
uci: change uci_ptr checking order in uci_delete()
SVN-Revision: 38251
Felix Fietkau [Sun, 29 Sep 2013 11:26:09 +0000 (11:26 +0000)]
uhttpd: add a config option for using ustream-polarssl, and use it by default
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38250
Felix Fietkau [Sun, 29 Sep 2013 11:07:58 +0000 (11:07 +0000)]
ath9k: fix an AP mode powersave issue with aggregation
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38249
Jo-Philipp Wich [Sat, 28 Sep 2013 13:12:42 +0000 (13:12 +0000)]
ubox: fix kmod loading for modules with varying dashes & underscores in names (#14182, #14189)
Instead of canonicalizing module names in the internal avl tree simpyl use a
custom strcmp() variant for the avl tree key comparisation. The custom comperator
simply treats dashes and underscores the same, so "nls_iso8859-15" is equal to
"nls-iso8859-15".
This allows us to simplify the code considerably and makes manual "modprobe"
invocations more forgiving when looking up the given module name.
SVN-Revision: 38248
Felix Fietkau [Sat, 28 Sep 2013 05:22:05 +0000 (05:22 +0000)]
kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to missing config symbol changes)
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38247
Felix Fietkau [Fri, 27 Sep 2013 21:12:19 +0000 (21:12 +0000)]
kernel: add missing config symbol
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38246
Felix Fietkau [Fri, 27 Sep 2013 21:12:15 +0000 (21:12 +0000)]
kernel: exclude regmap-spi.ko if SPI support cannot be selected
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38245
Felix Fietkau [Fri, 27 Sep 2013 21:12:12 +0000 (21:12 +0000)]
octeon: remove CONFIG_FW_LOADER override to fix build errors
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38244
Felix Fietkau [Fri, 27 Sep 2013 21:12:08 +0000 (21:12 +0000)]
lantiq: add a default for CONFIG_MTD_NAND_XWAY to fix build errors
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38243
Felix Fietkau [Fri, 27 Sep 2013 21:12:04 +0000 (21:12 +0000)]
kernel: make sound-soc-core depend on kmod-ac97
it has a conditional #ifdef based dependency on it, which trips up on
some targets
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38242
Felix Fietkau [Fri, 27 Sep 2013 21:12:01 +0000 (21:12 +0000)]
kernel: add another missing symbol for iio
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38241
Felix Fietkau [Fri, 27 Sep 2013 20:54:00 +0000 (20:54 +0000)]
kernel: add missing symbols for iio on older kernel versions
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38240
Felix Fietkau [Fri, 27 Sep 2013 20:47:09 +0000 (20:47 +0000)]
kernel: remove old kernel compat code for pcmcia
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38239
Felix Fietkau [Fri, 27 Sep 2013 20:44:11 +0000 (20:44 +0000)]
kernel: mark kmod-thermal menuconfig symbol as hidden to avoid building it on targets with no thermal drivers
Should fix build errors with Linux 3.3/3.6 targets, which use different
kconfig symbols
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38238
Felix Fietkau [Fri, 27 Sep 2013 13:03:45 +0000 (13:03 +0000)]
build: fix typo in arm cflags
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38237
Luka Perkov [Fri, 27 Sep 2013 12:49:34 +0000 (12:49 +0000)]
patch: other tools might depend on this one
Signed-off-by: Markus Stenberg <[email protected]>
SVN-Revision: 38236
Luka Perkov [Fri, 27 Sep 2013 12:32:18 +0000 (12:32 +0000)]
quilt: add findutils as dependency
Signed-off-by: Markus Stenberg <[email protected]>
SVN-Revision: 38235
Gabor Juhos [Fri, 27 Sep 2013 11:15:34 +0000 (11:15 +0000)]
ar71xx: ar934x-nfc: disable subpage write when hardware ECC is used
It is not supported by the controller.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38234
Luka Perkov [Fri, 27 Sep 2013 10:49:37 +0000 (10:49 +0000)]
imx6: enable cpufreq-imx6q by default
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38233
Luka Perkov [Fri, 27 Sep 2013 10:49:36 +0000 (10:49 +0000)]
mvebu: enable thermal module by default
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38232
Luka Perkov [Fri, 27 Sep 2013 10:49:35 +0000 (10:49 +0000)]
imx6: enable thermal module by default
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38231
Luka Perkov [Fri, 27 Sep 2013 10:49:33 +0000 (10:49 +0000)]
kernel: add thermal modules
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38230
Luka Perkov [Fri, 27 Sep 2013 10:49:28 +0000 (10:49 +0000)]
imx6: backport thermal driver
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38229
Gabor Juhos [Fri, 27 Sep 2013 07:19:21 +0000 (07:19 +0000)]
kernel: update 3.10 to 3.10.13
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38228
Luka Perkov [Fri, 27 Sep 2013 01:52:29 +0000 (01:52 +0000)]
mvebu: add myself as maintainer
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38226
Luka Perkov [Fri, 27 Sep 2013 01:52:28 +0000 (01:52 +0000)]
mvebu: drop 3.8 support
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38225
Luka Perkov [Fri, 27 Sep 2013 01:52:26 +0000 (01:52 +0000)]
mvebu: switch to 3.10
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38224
Luka Perkov [Fri, 27 Sep 2013 01:52:25 +0000 (01:52 +0000)]
mvebu: add 3.10 support
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38223
Luka Perkov [Thu, 26 Sep 2013 22:43:06 +0000 (22:43 +0000)]
build: fix typo
vfp3 should be named vfpv3
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38222
Luka Perkov [Thu, 26 Sep 2013 21:53:08 +0000 (21:53 +0000)]
include/target.mk: fix spacing
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38221
Steven Barth [Thu, 26 Sep 2013 19:51:03 +0000 (19:51 +0000)]
opkg: add build variant with signature support
SVN-Revision: 38220
Florian Fainelli [Thu, 26 Sep 2013 19:16:19 +0000 (19:16 +0000)]
rb532: fix initramfs image creation (#14215)
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 38219
Gabor Juhos [Thu, 26 Sep 2013 18:01:57 +0000 (18:01 +0000)]
kernel/3.10: use backported patch for PMC SPI flash support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38218
Gabor Juhos [Thu, 26 Sep 2013 18:01:49 +0000 (18:01 +0000)]
kernel/3.10: add '003-11-' prefix for patches backported from 3.11
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38217
Gabor Juhos [Thu, 26 Sep 2013 17:58:17 +0000 (17:58 +0000)]
kernel/3.9: add missing config symbols
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38216
Gabor Juhos [Thu, 26 Sep 2013 17:58:16 +0000 (17:58 +0000)]
kernel/3.8: add missing config symbols
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38215
Felix Fietkau [Thu, 26 Sep 2013 17:53:32 +0000 (17:53 +0000)]
build: include the cpu type as part of the toolchain/target directory name
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38214
Felix Fietkau [Thu, 26 Sep 2013 17:53:28 +0000 (17:53 +0000)]
build: unify powerpc target cflags
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38213
Felix Fietkau [Thu, 26 Sep 2013 17:53:24 +0000 (17:53 +0000)]
build: unify x86 target cflags
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38212
Felix Fietkau [Thu, 26 Sep 2013 17:53:20 +0000 (17:53 +0000)]
build: unify arm target cflags
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38211
Felix Fietkau [Thu, 26 Sep 2013 17:53:14 +0000 (17:53 +0000)]
build: unify mips target cflags
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38210
Felix Fietkau [Thu, 26 Sep 2013 17:53:09 +0000 (17:53 +0000)]
build: clean up default cflags handling
- reduce redundancy
- introduce a CPU_TYPE variable for cpu specific options
Signed-off-by: Felix Fietkau <[email protected]>
SVN-Revision: 38209
Luka Perkov [Thu, 26 Sep 2013 09:03:47 +0000 (09:03 +0000)]
uboot-imx6: fix typo in nitrogen6dlXg
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38205
Luka Perkov [Thu, 26 Sep 2013 08:36:12 +0000 (08:36 +0000)]
uboot-imx6: add support for Nitrogen6x boards
Signed-off-by: Eric Nelson <[email protected]>
SVN-Revision: 38204
Luka Perkov [Thu, 26 Sep 2013 08:36:09 +0000 (08:36 +0000)]
uboot-imx6: alphabetize wandboard variants
Signed-off-by: Eric Nelson <[email protected]>
SVN-Revision: 38203
Luka Perkov [Wed, 25 Sep 2013 23:35:55 +0000 (23:35 +0000)]
imx6: enable XZ_DEC_BCJ and XZ_DEC_ARM
squashfs is unable to decompress some blocks without that:
[ 1.880530] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[ 1.887268] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[ 1.893889] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[ 1.900636] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[ 1.907275] SQUASHFS error: Unable to read page, block bc77a, size 14c50
[ 1.913994] SQUASHFS error: Unable to read fragment cache entry [bc77a]
[ 1.920631] SQUASHFS error: Unable to read page, block bc77a, size 14c50
Signed-off-by: Tim Harvey <[email protected]>
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38202
Luka Perkov [Wed, 25 Sep 2013 23:35:54 +0000 (23:35 +0000)]
imx6: fix spi on gw5400-a
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38201
Hauke Mehrtens [Wed, 25 Sep 2013 21:49:12 +0000 (21:49 +0000)]
bcm53xx: bgmac: use srab switch driver
use the srab switch driver on these SoCs.
Signed-off-by: Hauke Mehrtens <[email protected]>
SVN-Revision: 38200
Hauke Mehrtens [Wed, 25 Sep 2013 21:47:25 +0000 (21:47 +0000)]
bcm53xx: update bgmac driver
Update the bgmac driver with the patches already used for bcm47xx target.
Signed-off-by: Hauke Mehrtens <[email protected]>
SVN-Revision: 38199
Hauke Mehrtens [Wed, 25 Sep 2013 21:44:28 +0000 (21:44 +0000)]
kernel: b53: add Register Access Bridge Registers (SRAB) interface
The SRAB interface is used on BCM4707 and BCM5301X SoCs.
Signed-off-by: Hauke Mehrtens <[email protected]>
SVN-Revision: 38198
Gabor Juhos [Wed, 25 Sep 2013 20:13:12 +0000 (20:13 +0000)]
kernel: create firmware partition from MyLoader partition parser
This is in preparation for sysupgrade support for Compex devices.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38197
Gabor Juhos [Wed, 25 Sep 2013 20:03:20 +0000 (20:03 +0000)]
image: generate separate jffs2 images w/o padding
The new root.jffs2-*-raw images can be used for firmware
images with custom padding requirements.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38196
Gabor Juhos [Wed, 25 Sep 2013 20:03:19 +0000 (20:03 +0000)]
tools/padjffs2: allow to specify extra offset
This will be useful for firmware images which are
using a custom header.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38195
Gabor Juhos [Wed, 25 Sep 2013 19:32:34 +0000 (19:32 +0000)]
avr32: optimize image generation
- remove the kernel+rootfs partitions from the MTD partition map,
- use a temporary directory for intermediate image files,
- append the root squashfs directly to the kernel,
- don't hardcode uImage size in the jffs2 images,
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38194
Gabor Juhos [Wed, 25 Sep 2013 19:32:33 +0000 (19:32 +0000)]
avr32: enable the new mtdsplit code
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38193
Gabor Juhos [Wed, 25 Sep 2013 18:42:14 +0000 (18:42 +0000)]
ar71xx: use correct board id for TL-MR3040 v2
Fix the image building code so that the kernel correctly
distinguishes between hardware revisions.
Signed-off-by: Mads Hansen <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38192
Gabor Juhos [Wed, 25 Sep 2013 18:42:11 +0000 (18:42 +0000)]
ar71xx: add user-space support for TL-MR3040 v2
Signed-off-by: Mads Hansen <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38191
Gabor Juhos [Wed, 25 Sep 2013 18:42:10 +0000 (18:42 +0000)]
ar71xx: improve kernel support for the TL-MR3040 v2
This patch adds support for the hardware slide switch on
the TL-MR3040 v2.
Signed-off-by: Mads Hansen <[email protected]>
[juhosg: use EV_SW instead of EV_KEY]
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38190
Luka Perkov [Wed, 25 Sep 2013 18:07:24 +0000 (18:07 +0000)]
imx6: add support for gw51xx
The Gateworks GW51xx family of products is based on the Freescale
i.MX6DL SoC and offers a small form-factor with peripherals such as:
- i.MX6DL 512MB DDR3
- 256MB NAND FLASH
- 1x PCIe
- 1x USB EHCI (to PCIe socket)
- 1x USB OTG
- HDMI out
- Analog Video in
- Gateworks System Controller
Signed-off-by: Tim Harvey <[email protected]>
SVN-Revision: 38189
Luka Perkov [Wed, 25 Sep 2013 18:07:20 +0000 (18:07 +0000)]
imx6: add support for gw54xx
The Gateworks GW54xx family of products is based on the Freescale
i.MX6Q SoC and offers a large variety of peripherals such as:
- i.MX6Q 1GB DDR3 (standard)
- 256MB NAND FLASH (standard)
- 6x PCIe (3x with USB)
- Optional expansion for additional USB/PCI based periperhals
- 1x USB EHCI
- 1x USB OTG
- HDMI Audio/Video in/out
- Analog Video in/out
- Analog Audio in/out
- Gateworks System Controller
Signed-off-by: Tim Harvey <[email protected]>
SVN-Revision: 38188
Gabor Juhos [Wed, 25 Sep 2013 18:00:35 +0000 (18:00 +0000)]
package/kernel: add support for industrial-io and AD799x
Add support for industrial IO core and (still staging)
driver for AD799x, a high precision I2C ADC family.
Signed-off-by: Hartmut Knaack <[email protected]>
[juhosg: update subject, reformat commit message]
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38187
Gabor Juhos [Wed, 25 Sep 2013 18:00:34 +0000 (18:00 +0000)]
package/kernel: add hwmon driver for ADT7410
Add support for the ADT7410 hwmon driver, a high precision
I2C temperature sensor.
Signed-off-by: Hartmut Knaack <[email protected]>
[juhosg: update subject, reformat commit message]
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38186
Gabor Juhos [Wed, 25 Sep 2013 18:00:33 +0000 (18:00 +0000)]
package/kernel: move I2C-GPIO drivers from i2c.mk to other.mk
Move pca953x support from i2c.mk to other.mk, where other
GPIO drivers are located. Remove duplicate pcf857x support
from i2c.mk.
Signed-off-by: Hartmut Knaack <[email protected]>
[juhosg: update subject, and reformat commit message]
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38185
Luka Perkov [Wed, 25 Sep 2013 17:55:38 +0000 (17:55 +0000)]
imx6: update gw5400-a dts cleanup
- remove dead code
- alphabatize
Signed-off-by: Tim Harvey <[email protected]>
SVN-Revision: 38184
Gabor Juhos [Wed, 25 Sep 2013 17:51:12 +0000 (17:51 +0000)]
atheros: fix kernel warning about usage of reset gpio
During a reset the gpiolib warns about using the reset gpio
without explicit requesting it before:
[ 147.930000] ------------[ cut here ]------------
[ 147.930000] WARNING: at drivers/gpio/gpiolib.c:103 gpio_ensure_requested+0x68/0xcc()
[ 147.930000] autorequest GPIO-5
[ 147.930000] Modules linked in: ath5k ath mac80211 ipv6 cfg80211 compat arc4 crypto_blkcipher aead gpio_button_hotplug
[ 147.930000] Call Trace:
[ 147.930000] [<
8004e3bc>] dump_stack+0x8/0x34
[ 147.930000] [<
80058430>] warn_slowpath_common+0x78/0xa4
[ 147.930000] [<
800584e4>] warn_slowpath_fmt+0x2c/0x38
[ 147.930000] [<
80166f18>] gpio_ensure_requested+0x68/0xcc
[ 147.930000] [<
80167264>] gpio_direction_output+0xdc/0x168
[ 147.930000] [<
8004aba8>] ar2315_restart+0x28/0x54
[ 147.930000] [<
80069778>] sys_reboot+0x178/0x1c0
[ 147.930000] [<
80043670>] stack_done+0x20/0x40
[ 147.930000]
[ 147.930000] ---[ end trace
2c7a53d8549562d6 ]---
This is fixed with this patch by using another gpiolib api call
which includes the missing request.
Signed-off-by: Michael Heimpold <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38183
Gabor Juhos [Wed, 25 Sep 2013 17:13:24 +0000 (17:13 +0000)]
kernel/3.10: refresh all target patches
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38182
Gabor Juhos [Wed, 25 Sep 2013 16:39:23 +0000 (16:39 +0000)]
ramips: sync 3.10 configs
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38181
Gabor Juhos [Wed, 25 Sep 2013 16:22:04 +0000 (16:22 +0000)]
lantiq/3.10: unbreak the mtd-split patch
Compile tested only.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38180
Gabor Juhos [Wed, 25 Sep 2013 14:38:57 +0000 (14:38 +0000)]
kernel/3.10: add upstream commit id to the backported hso patches
Also remove the internal patch numbers.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38179
Gabor Juhos [Wed, 25 Sep 2013 14:38:56 +0000 (14:38 +0000)]
kernel/3.10: refresh patches
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38178
Gabor Juhos [Wed, 25 Sep 2013 13:34:52 +0000 (13:34 +0000)]
avr32: remove 3.8 support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38175
Gabor Juhos [Wed, 25 Sep 2013 13:34:51 +0000 (13:34 +0000)]
avr32: switch to 3.10
It works:
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
BARRIER BREAKER (Bleeding Edge, r38163)
-----------------------------------------------------
* 1/2 oz Galliano Pour all ingredients into
* 4 oz cold Coffee an irish coffee mug filled
* 1 1/2 oz Dark Rum with crushed ice. Stir.
* 2 tsp. Creme de Cacao
-----------------------------------------------------
root@OpenWrt:/# uname -a
Linux OpenWrt 3.10.12 #1 Tue Sep 24 18:47:12 CEST 2013 avr32 GNU/Linux
root@OpenWrt:/# cat /proc/cpuinfo
processor : 0
chip type : AT32AP700x revision C
cpu arch : AVR32B revision 1
cpu core : AP7 revision 0
cpu MHz : 140.000
i-cache : 16K (4 ways x 128 sets x 32)
d-cache : 16K (4 ways x 128 sets x 32)
features : dsp simd ocd perfctr java
bogomips : 281.23
root@OpenWrt:/#
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38174
Gabor Juhos [Wed, 25 Sep 2013 13:33:49 +0000 (13:33 +0000)]
avr32: add support for 3.10
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38173
Luka Perkov [Wed, 25 Sep 2013 13:02:55 +0000 (13:02 +0000)]
feeds: enable cloning of specific git commit
Following syntax should be used to enable this feature:
src-git custom git://openwrt/custom-feed^SHA_COMMIT_ID
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38172
Felix Fietkau [Wed, 25 Sep 2013 07:44:48 +0000 (07:44 +0000)]
uhttpd: fix appending https ports to cmdline
Otherwise it is started only on non-secure ports.
Signed-off-by: Wojciech Dubowik <[email protected]>
SVN-Revision: 38171
Luka Perkov [Tue, 24 Sep 2013 20:01:03 +0000 (20:01 +0000)]
quilt: update to 0.60
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38170
Luka Perkov [Tue, 24 Sep 2013 20:01:02 +0000 (20:01 +0000)]
bison: update to 3.0
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38169
Luka Perkov [Tue, 24 Sep 2013 20:01:00 +0000 (20:01 +0000)]
m4: update to 1.4.17
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38168
Luka Perkov [Tue, 24 Sep 2013 16:21:30 +0000 (16:21 +0000)]
sdcc: drop tool, it is not used since r31227
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 38167
Steven Barth [Tue, 24 Sep 2013 13:36:42 +0000 (13:36 +0000)]
uml: work around mangled parameter handling for ubd
SVN-Revision: 38166
Steven Barth [Tue, 24 Sep 2013 13:36:38 +0000 (13:36 +0000)]
uml: fix some kernel compilation issues with GCC
SVN-Revision: 38165
Steven Barth [Tue, 24 Sep 2013 13:36:33 +0000 (13:36 +0000)]
uml: work-around console issue with procd
SVN-Revision: 38164
Gabor Juhos [Tue, 24 Sep 2013 13:17:48 +0000 (13:17 +0000)]
ppc44x: remove 3.8 support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38163
Gabor Juhos [Tue, 24 Sep 2013 13:17:47 +0000 (13:17 +0000)]
ppc44x: switch to 3.10
Compile tested only. The target is marked as
broken since 16 months so the kernel version
does not matter too much.
The target is scheduled for removal.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38162
Gabor Juhos [Tue, 24 Sep 2013 13:17:46 +0000 (13:17 +0000)]
ppc44x: add support for 3.10
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 38161