server: added k-m-staging to RPMS.main

A recent commit has dropped wireless support from
regular server images; staging modules might still
come handy in some situations, let's keep those in
but not as a part of default installation.
This commit is contained in:
Michael Shigorin 2015-05-31 18:26:48 +03:00
parent 0cdc8a7d77
commit e758b41bef

View File

@ -17,6 +17,7 @@ use/server/ovz: use/server
@$(call add,MAIN_KMODULES,ipset ipt-netflow opendpi pf_ring)
@$(call add,MAIN_KMODULES,xtables-addons) # t6/branch
@$(call add,MAIN_KMODULES,drbd83 kvm)
@$(call add,MAIN_KMODULES,staging)
@$(call add,BASE_PACKAGES,lftp wget)
@$(call add,BASE_LISTS,ovz-server)