ath79: increase kernel partition for ar9344 TP-Link CPE/WBS
The kernel has become too big again for the ar9344-based TP-Link CPE/WBS devices which still have no firmware-partition splitter. Current buildbots produce a kernel size of about 2469 kiB, while the partition is only 2048 kiB (0x200000). Therefore, increase it to 0x300000 to provide enough room for this and, hopefully, the next kernel. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
4e4ee46495
commit
d7fb7ac278
3 changed files with 26 additions and 26 deletions
|
@ -72,12 +72,12 @@
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "kernel";
|
label = "kernel";
|
||||||
reg = <0x000000 0x200000>;
|
reg = <0x000000 0x300000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@200000 {
|
partition@300000 {
|
||||||
label = "rootfs";
|
label = "rootfs";
|
||||||
reg = <0x200000 0x580000>;
|
reg = <0x300000 0x480000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME := firmware-utils
|
PKG_NAME := firmware-utils
|
||||||
PKG_RELEASE := 2
|
PKG_RELEASE := 3
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
|
@ -140,8 +140,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -263,8 +263,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -342,8 +342,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -384,8 +384,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -426,8 +426,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -466,8 +466,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -506,8 +506,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -538,8 +538,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -570,8 +570,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -603,8 +603,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
@ -636,8 +636,8 @@ static struct device_info boards[] = {
|
||||||
{"default-mac", 0x30000, 0x00020},
|
{"default-mac", 0x30000, 0x00020},
|
||||||
{"product-info", 0x31100, 0x00100},
|
{"product-info", 0x31100, 0x00100},
|
||||||
{"signature", 0x32000, 0x00400},
|
{"signature", 0x32000, 0x00400},
|
||||||
{"os-image", 0x40000, 0x200000},
|
{"os-image", 0x40000, 0x300000},
|
||||||
{"file-system", 0x240000, 0x570000},
|
{"file-system", 0x340000, 0x470000},
|
||||||
{"soft-version", 0x7b0000, 0x00100},
|
{"soft-version", 0x7b0000, 0x00100},
|
||||||
{"support-list", 0x7b1000, 0x00400},
|
{"support-list", 0x7b1000, 0x00400},
|
||||||
{"user-config", 0x7c0000, 0x10000},
|
{"user-config", 0x7c0000, 0x10000},
|
||||||
|
|
Loading…
Reference in a new issue