summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index af4d65fb4..e5a06f076 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -112,7 +112,7 @@ sub initrd {
install_stripped("$instdir/$install", "$mnt/sbin/stage1");
}
- if (member($type, qw(network network_gigabit_usb all blank))) {
+ if (member($type, qw(network network_gigabit_usb all))) {
install_stripped("$instdir/ppp/pppd-bin", "$mnt/sbin/pppd");
install_stripped("$instdir/rp-pppoe/pppoe-bin", "$mnt/sbin/pppoe");
_ "$sudo mknod $mnt/dev/ppp c 108 0";