mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-10 21:41:55 +02:00
5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
# Sample udhcpc deconfig script
|
|
|
|
/sbin/ifconfig $interface 0.0.0.0
|