mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lantiq: fix VG3503J rootfs offset
In r44391 the kernel partion size was increased to allow larger kernels, but the rootfs partition offset was missed. Fix this by setting the rootfs offset to the expected value. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45868 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3e2ff3cae0
commit
956a143cad
@ -33,7 +33,7 @@
|
||||
|
||||
partition@1a0000 {
|
||||
label = "rootfs";
|
||||
reg = <0x1a0000 0x420000>;
|
||||
reg = <0x320000 0x420000>;
|
||||
};
|
||||
|
||||
partition@740000 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user