X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fprocd%2Ffiles%2Fhotplug.json;h=c1b45c6e864ec2e9a3797b11d4b2b91fdcbef2c7;hp=43fec0c0d3365d9514fa6cdc600961b38b541378;hb=ab16740202979de5b4fdac63e0f7209e10641b44;hpb=d4546854c77f3f2f14ec6610c79e95b9b6a6bfd8 diff --git a/package/procd/files/hotplug.json b/package/procd/files/hotplug.json index 43fec0c0d3..c1b45c6e86 100644 --- a/package/procd/files/hotplug.json +++ b/package/procd/files/hotplug.json @@ -33,10 +33,7 @@ ], [ "if", [ "has", "DEVNAME" ], - [ - [ "makedev", "/dev/%DEVNAME%", "0644" ], - [ "return" ], - ], + [ "makedev", "/dev/%DEVNAME%", "0644" ], ], ], ],