mirror of https://github.com/hak5/openwrt.git
8 lines
272 B
Plaintext
8 lines
272 B
Plaintext
|
#!/bin/sh
|
||
|
# Currently, we only dispatch according to command. However, a more
|
||
|
# elaborate system might dispatch by command and interface or do some
|
||
|
# common initialization first, especially if more dhcp event notifications
|
||
|
# are added.
|
||
|
|
||
|
exec /usr/share/udhcpc/default.$1
|