diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:45:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:45:55 +0000 |
commit | e55532b7af58979b92027d4194fe9e102c381ec7 (patch) | |
tree | ff83de5ac45b8066fba44cbf4cb87d4eaf39610a /target/linux/orion/image | |
parent | b0b95e0dd75012e974f2d1d2ee85f8d1594f79d2 (diff) | |
download | upstream-e55532b7af58979b92027d4194fe9e102c381ec7.tar.gz upstream-e55532b7af58979b92027d4194fe9e102c381ec7.tar.bz2 upstream-e55532b7af58979b92027d4194fe9e102c381ec7.zip |
orion: upgrade to 3.18 (compile tested only)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45405
Diffstat (limited to 'target/linux/orion/image')
-rw-r--r-- | target/linux/orion/image/generic.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/orion/image/generic.mk b/target/linux/orion/image/generic.mk index 5cf232c0ad..905997d8cb 100644 --- a/target/linux/orion/image/generic.mk +++ b/target/linux/orion/image/generic.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2013 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,7 +14,7 @@ ## Kernel mtd partition size in KiB -KERNEL_MTD_SIZE:=1024 +KERNEL_MTD_SIZE:=1280 # Netgear WNR854T: erase size is 128KiB = 0x00020000 = 131072 ERASE_SIZE_128K:=128 |