Skip to content
Snippets Groups Projects
Verified Commit 2780cb4c authored by Jan Pavlinec's avatar Jan Pavlinec
Browse files

lists/3g: create 3g list form netutils

parent 986e2460
Branches
Tags
1 merge request!11List cleanup
include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
-- Tools
Install("tcpdump", { priority = 40 })
Install("relayd", { priority = 40 })
Install("openvpn-openssl", { priority = 40 })
-- 3G
Install("br2684ctl", "comgt", "uqmi", { priority = 40 })
Install("ppp-mod-pppoe", "pptpd", { priority = 40 })
Install("usb-modeswitch", { priority = 40 })
-- IPv6
Install("ds-lite", "6in4", "6rd", "6to4", { priority = 40 })
-- Kernel
forInstall(kmod,nf-nathelper-extra,usb-net-rndis,usb-net-qmi-wwan,usb-serial-option)
......
......@@ -6,6 +6,9 @@ include(luci.lua.m4)
include(foris.lua)
include(terminal-apps.lua)
-- IPv6
Install("ds-lite", "6in4", "6rd", "6to4", { priority = 40 })
_END_FEATURE_GUARD_
--[[
......
include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
Install("openvpn-openssl", { priority = 40 })
Install("foris-openvpn-plugin", "dhparam", { priority = 40 })
if for_l10n then
for_l10n("foris-openvpn-plugin-l10n-")
......
-- Terminal tools
Install("bash", "coreutils", "diffutils", "htop", "curl", "vim-full", "terminfo", "psmisc", "procps-ng-top", "procps-ng-ps", { priority = 40 })
Install("bash", "coreutils", "diffutils", "htop", "curl", "vim-full", "terminfo", "psmisc", "procps-ng-top", "procps-ng-ps", "tcpdump", { priority = 40 })
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment