1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:29:48 +03:00

remove a warning that has confused a few people

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7911 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-11 06:15:50 +00:00
parent b0f539a440
commit 119dd315ef

View File

@ -247,7 +247,6 @@ start_interface() {
config_get device "$iface" device
config_get_bool enabled "$iface" enabled 1
[ -z "$device" -o 1 -ne "$enabled" ] && {
echo "Interface '$iface' not found or disabled." >&2
return 1
}
config_get upload "$iface" upload