diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-20 00:06:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-20 00:06:49 +0000 |
commit | b152938cbde09ac411b1cd017b0821ec8c0210f7 (patch) | |
tree | a525eaecad935c41fd5ce7f60b36d9ed60662e49 | |
parent | c3aff0c622de2cf3e9afe77f66acbde3384ff062 (diff) |
contrib: samba36 -> samba36-server, thanks swalker
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index a63370eb5..6fb7f141b 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -387,7 +387,7 @@ $(eval $(call application,ddns,Dynamic DNS configuration module,\ +PACKAGE_luci-app-ddns:ddns-scripts)) $(eval $(call application,samba,Network Shares - Samba SMB/CIFS module,\ - +PACKAGE_luci-app-samba:samba36)) + +PACKAGE_luci-app-samba:samba36-server)) $(eval $(call application,mmc-over-gpio,MMC-over-GPIO configuration module,\ +PACKAGE_luci-app-mmc-over-gpio:kmod-mmc-over-gpio)) |