Skip to content

Commit 77c229a

Browse files
committed
Remove debug code.
1 parent fc68ff0 commit 77c229a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

conf/full_raspberrypi_bcm27xx_bcm2709/patches/image-with-full-rootfs.patch

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@ Index: openwrt/target/linux/bcm27xx/image/gen_rpi_sdcard_img.sh
22
===================================================================
33
--- openwrt.orig/target/linux/bcm27xx/image/gen_rpi_sdcard_img.sh
44
+++ 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
5+
@@ -23,6 +23,8 @@ set $(ptgen -o $OUTPUT -h $head -s $sect
156

167
BOOTOFFSET="$(($1 / 512))"
178
ROOTFSOFFSET="$(($3 / 512))"

0 commit comments

Comments
 (0)