mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 03:48:25 +02:00
a91ebb0ed7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
272 B
Bash
Executable File
8 lines
272 B
Bash
Executable File
#!/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
|