Felix Fietkau
c288d2d6d9
kernel: makefiles: make use of new var KERNEL_PATCHVER
...
replace all occurences of LINUX_VERSION with the cleaner
approach. future kernel upgrades must mostly touch only
one file. the only platform left is netlogic, because it
uses a intermediate kernel 3.14.16
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 43047
2014-10-24 19:34:02 +00:00
Felix Fietkau
d2b08fb4ab
x86: remove old soekris config hacks, install a more appropriate default /etc/config/network with lan+wan
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42888
2014-10-12 20:25:30 +00:00
Steven Barth
c118e5edf4
network: Unbind DHCPv6 from underlying interfaces
...
This allows IPv6 to set up without IPv4 being up thus
IPv6-only or IPv6+DS-Lite working with the default config.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42848
2014-10-08 13:08:05 +00:00
Hauke Mehrtens
d56a44040d
kernel: do not deactivate CONFIG_BLK_DEV
...
CONFIG_BLK_DEV does not activate any functionality, but many code, but
makes it possible to activate other options. Deactivating this breaks
the build of kmod-zram.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42528
2014-09-13 22:10:00 +00:00
John Crispin
ba63338d3f
kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>
...
SVN-Revision: 41776
2014-07-20 17:31:11 +00:00
Felix Fietkau
c718d0b10c
x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, select TARGET_IMAGES_PAD instead
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41763
2014-07-20 08:18:50 +00:00
John Crispin
0f76f8a16e
target/linux/*: kmod-fs-ext{2,3} RIP
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41560
2014-07-10 19:16:15 +00:00
John Crispin
639682dfdb
x86/kvm_guest: fix out of sync config-3.10
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41372
2014-06-29 10:11:17 +00:00
John Crispin
994e5ce2f9
kernel: update 3.10.36->3.10.44
...
205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41351
2014-06-26 13:47:42 +00:00
John Crispin
d29fc40039
x86: Compile xen-pci-frontend as module
...
modified version of -> http://patchwork.openwrt.org/patch/5535/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40947
2014-06-02 12:45:25 +00:00
John Crispin
f933a741a9
target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC
...
ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct
var $# (=number of args) here. under normal conditions this had no impact,
but we should at least correct it. the error was observable like this:
root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh
root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh
root@box:~ . /lib/upgrade/platform.sh
root@box:~ . /lib/upgrade/common.sh
root@box:~ platform_check_image /tmp/myfirmware.bin
ash: bad number
root@box:~ echo $?
0
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 40915
2014-06-02 12:43:22 +00:00
Felix Fietkau
59fc308945
x86: enable high res timers by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40697
2014-05-05 18:44:38 +00:00
Gabor Juhos
f79b613934
x86/net5501: remove broken flag
...
According to Christophe, the kernel boots on the Soekris net5501
board.
Reported-by: Christophe Prevotaux <cprevotaux@nltinc.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40468
2014-04-12 12:05:18 +00:00
Gabor Juhos
d2812cb036
kernel: update 3.10 to 3.10.36
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40467
2014-04-12 11:59:07 +00:00
Felix Fietkau
f7e747baa9
x86: set default kernel version to 3.10
...
Place the previous selection (3.3.8) into the only subtarget that did
not override it to 3.10
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40454
2014-04-11 13:22:24 +00:00
Felix Fietkau
c3cc517071
x86: remove linux 3.8 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40453
2014-04-11 13:22:19 +00:00
Felix Fietkau
f02e3a2a4a
x86: try harder to attach block2mtd to fix boot issues on devices with longer delays
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40444
2014-04-10 14:43:17 +00:00
Felix Fietkau
78a3f697a5
x86: xen_domu is functional, remove broken flag
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40363
2014-04-02 20:45:09 +00:00
Gabor Juhos
627baa28d3
kernel: update 3.10 to 3.10.34
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40291
2014-03-27 09:28:33 +00:00
Felix Fietkau
a14437024c
x86: fix sysupgrade
...
Function move_config should be called after or during preinit_mount_root
hook in do_mount_root function. At this state sysupgrade.tgz is not in its
place during that time when do_mount_root is called. Function move_config
is called later so the sysupgrade.tgz stays in root directory to the second
restart when it is unpacked properly.
This patch adds move_config function to preinit_mount_root hook instead
of preinit_main and changes the filename of script to be called before
80_mount_root is called. It will prepare the sysupgrade archive for do_mount_root
within preinit_mount_root hook.
This patch solves ticket #15042 and #14088 .
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39996
2014-03-21 15:55:07 +00:00
Gabor Juhos
8a87474b6e
x86/rdc: remove old kernel config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39737
2014-02-23 21:16:04 +00:00
Gabor Juhos
9350e4cafa
x86/rdc: switch to 3.10 and add broken flag
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39736
2014-02-23 21:16:03 +00:00
Gabor Juhos
1329a18eec
x86/rdc: add config for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39735
2014-02-23 21:16:02 +00:00
Gabor Juhos
6d530eef5d
x86: fix MTD API usage in the RDC specific board patch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39734
2014-02-23 21:15:56 +00:00
Gabor Juhos
a90ec7a0ef
x86/olpc: remove old kernel config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39732
2014-02-23 18:20:32 +00:00
Gabor Juhos
a485bd350b
x86/olpc: switch to 3.10 and add broken flag
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39731
2014-02-23 18:20:30 +00:00
Gabor Juhos
543fc517f4
x86/olpc: add config for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39730
2014-02-23 18:20:29 +00:00
Gabor Juhos
c384015892
x86/net5501: remove old kernel config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39729
2014-02-23 18:09:33 +00:00
Gabor Juhos
3488372fa7
x86/net5501: switch to 3.10 and add broken flag
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39728
2014-02-23 18:09:32 +00:00
Gabor Juhos
8dc438ea7f
x86/net5501: add config for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39727
2014-02-23 18:09:31 +00:00
Gabor Juhos
455ee13faf
x86/thincan: remove old kernel config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39717
2014-02-23 13:07:24 +00:00
Gabor Juhos
d5ab9b12bf
x86/thincan: switch to 3.10 and add broken flag
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39716
2014-02-23 13:07:23 +00:00
Gabor Juhos
b8061d4e8e
x86/thincan: add config for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39715
2014-02-23 13:07:22 +00:00
Gabor Juhos
4ae644c137
x86/xen_domu: remove old kernel config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39714
2014-02-23 13:00:23 +00:00
Gabor Juhos
24ef414bec
x86/xen_domu: switch to 3.10 and add broken flag
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39713
2014-02-23 13:00:21 +00:00
Gabor Juhos
f333739c24
x86/xen_domu: add config for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39712
2014-02-23 13:00:16 +00:00
Gabor Juhos
c0405b152f
x86/geos: remove old kernel configs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39711
2014-02-23 12:50:19 +00:00
Gabor Juhos
a7db713477
x86/geos: switch to 3.10 and add broken flag
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39710
2014-02-23 12:50:18 +00:00
Gabor Juhos
944edb47f9
x86/geos: add config for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39709
2014-02-23 12:50:16 +00:00
Gabor Juhos
f677b1bc7e
kernel: update 3.10 to 3.10.32
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39707
2014-02-23 10:59:40 +00:00
Gabor Juhos
a709f0fd9a
x86: remove 3.6 support
...
The 3.6 kernel isn't used by any of the x86 subtargets, so remove it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39403
2014-01-26 17:42:26 +00:00
Gabor Juhos
a2543d72d8
kernel: update 3.10 to 3.10.28
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
2014-01-26 11:30:34 +00:00
Hauke Mehrtens
a248495ae9
x86: remove unused code for kernel 3.7
...
There are no generic patches for kernel 3.7 any more, remove this stuff.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39262
2014-01-12 19:17:49 +00:00
Gabor Juhos
0e2586a774
kernel: update 3.10 to 3.10.26
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39220
2014-01-11 16:06:37 +00:00
Imre Kaloz
cc49f7c6e9
move most of the x86 image generation options to the main file
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39206
2014-01-07 10:18:55 +00:00
Gabor Juhos
dd7c1f8fcd
x86/kvm_guest: remove 3.7 support
...
Patch-by: Stijn Tintel <stijn@linux-ipv6.be>
Patchwork: http://patchwork.openwrt.org/patch/4637/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39159
2013-12-23 17:05:19 +00:00
Gabor Juhos
d720b95ac2
x86/kvm_guest: remove 3.3 support
...
Patch-by: Stijn Tintel <stijn@linux-ipv6.be>
Patchwork: http://patchwork.openwrt.org/patch/46366/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39158
2013-12-23 17:05:18 +00:00
Gabor Juhos
03e091f3ce
x86/kvm_guest: add support for 3.10 and switch to it
...
Patch-by: Stijn Tintel <stijn@linux-ipv6.be>
Patchwork: http://patchwork.openwrt.org/patch/4635/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39157
2013-12-23 17:05:16 +00:00
Hauke Mehrtens
952db22551
kernel: update kernel 3.10 to 3.10.24
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39059
2013-12-15 19:16:30 +00:00
Gabor Juhos
f1ef0b92be
kernel: update 3.10 to 3.10.21
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38972
2013-12-01 09:59:53 +00:00