We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc68ff0 commit 77c229aCopy full SHA for 77c229a
conf/full_raspberrypi_bcm27xx_bcm2709/patches/image-with-full-rootfs.patch
@@ -2,16 +2,7 @@ Index: openwrt/target/linux/bcm27xx/image/gen_rpi_sdcard_img.sh
2
===================================================================
3
--- openwrt.orig/target/linux/bcm27xx/image/gen_rpi_sdcard_img.sh
4
+++ openwrt/target/linux/bcm27xx/image/gen_rpi_sdcard_img.sh
5
-@@ -7,6 +7,8 @@ if [ $# -ne 5 ]; then
6
- exit 1
7
- fi
8
-
9
-+exit 1
10
-+
11
- OUTPUT="$1"
12
- BOOTFS="$2"
13
- ROOTFS="$3"
14
-@@ -23,6 +25,8 @@ set $(ptgen -o $OUTPUT -h $head -s $sect
+@@ -23,6 +23,8 @@ set $(ptgen -o $OUTPUT -h $head -s $sect
15
16
BOOTOFFSET="$(($1 / 512))"
17
ROOTFSOFFSET="$(($3 / 512))"
0 commit comments