diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-12-10 14:31:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-12-10 14:31:28 +0000 |
commit | 4fe7af42119b5c2faa2730c5ac1e87bb3d57c425 (patch) | |
tree | 0d86b8296e0830b5e9d8564d173c19d8e3d4f994 /target/linux/orion | |
parent | ffaea06c6eca1ed81364ac7fde516390629aba8c (diff) | |
download | upstream-4fe7af42119b5c2faa2730c5ac1e87bb3d57c425.tar.gz upstream-4fe7af42119b5c2faa2730c5ac1e87bb3d57c425.tar.bz2 upstream-4fe7af42119b5c2faa2730c5ac1e87bb3d57c425.zip |
some people at linksys/sercomm should be shot on sight
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13581 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion')
-rw-r--r-- | target/linux/orion/patches/100-openwrt_partition_map.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/patches/100-openwrt_partition_map.patch b/target/linux/orion/patches/100-openwrt_partition_map.patch index d57a74fd3f..1fd4652b07 100644 --- a/target/linux/orion/patches/100-openwrt_partition_map.patch +++ b/target/linux/orion/patches/100-openwrt_partition_map.patch @@ -19,7 +19,7 @@ - .offset = 0x007a0000, - .size = 0x00020000, + .offset = 0x00100000, -+ .size = 0x006b0000, ++ .size = 0x00650000, }, { .name = "u-boot", .offset = 0x007c0000, |