config: disable plugins not for armv6 the right way

This commit is contained in:
Franco Fichtner 2016-12-24 12:45:09 +01:00
parent 297b975851
commit 09dfb52ca0
3 changed files with 16 additions and 21 deletions

View File

@ -74,11 +74,6 @@ for PLUGIN in ${PLUGINS_LIST}; do
continue
fi
if [ ${PRODUCT_ARCH} = "armv6" ]; then
# no plugins for ARM
continue
fi
install_packages ${STAGEDIR} ${PLUGIN_DEPS}
custom_packages ${STAGEDIR} ${PLUGINSDIR}/${PLUGIN}
done

View File

@ -1,16 +1,16 @@
#ORIGIN IGNORE
devel/debug
devel/debug armv6
devel/helloworld
net/ftp-proxy
net/haproxy
net/intel-em
net/haproxy armv6
net/intel-em armv6
net/l2tp
net/pppoe
net/pptp
sysutils/boot-delay
sysutils/smart
sysutils/vmware
sysutils/xen
sysutils/smart armv6
sysutils/vmware armv6
sysutils/xen armv6
security/intrusion-detection-content-pt-open
security/tinc
www/web-proxy-sso
security/tinc armv6
www/web-proxy-sso armv6

View File

@ -1,16 +1,16 @@
#ORIGIN IGNORE
devel/debug
devel/debug armv6
devel/helloworld
net/ftp-proxy
net/haproxy
net/intel-em
net/haproxy armv6
net/intel-em armv6
net/l2tp
net/pppoe
net/pptp
sysutils/boot-delay
sysutils/smart
sysutils/vmware
sysutils/xen
sysutils/smart armv6
sysutils/vmware armv6
sysutils/xen armv6
security/intrusion-detection-content-pt-open
security/tinc
www/web-proxy-sso
security/tinc armv6
www/web-proxy-sso armv6