diff options
Diffstat (limited to 'package/busybox/files/udhcpd.postinst')
-rw-r--r-- | package/busybox/files/udhcpd.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/busybox/files/udhcpd.postinst b/package/busybox/files/udhcpd.postinst new file mode 100644 index 000000000..f90718c58 --- /dev/null +++ b/package/busybox/files/udhcpd.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf udhcpd udhcpd 'NO' |