1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-03-26 18:48:53 +02:00

correct typo in 'uci get'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5557 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-11-17 22:54:50 +00:00
parent e8d3ab87c6
commit 9e1bfc557c

View File

@ -30,7 +30,7 @@ do_get() {
local CONFIG="$2"
local OPTION="$3"
uci_load "$PACAKGE"
uci_load "$PACKAGE"
config_get "$CONFIG" "$OPTION"
}