diff --git a/buildscript b/buildscript index 46bf314..3656761 100755 --- a/buildscript +++ b/buildscript @@ -24,7 +24,7 @@ PACKAGEURL="https://git.openwrt.org/feed/packages.git" OPENWRT=(openwrt $PACKAGEURL $PACKAGEREV) -OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond mtr" +OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond mtr bmon" ## Be careful: FFF uses COMPAT_VERSION 15 as default at the moment. ## See http://www.open-mesh.org/projects/batman-adv/wiki/Compatversion diff --git a/src/packages/fff/fff-gateway/Makefile b/src/packages/fff/fff-gateway/Makefile index 528a795..790aeb3 100644 --- a/src/packages/fff/fff-gateway/Makefile +++ b/src/packages/fff/fff-gateway/Makefile @@ -20,6 +20,7 @@ define Package/fff-gateway +fff-ra \ +fff-wireguard \ +arptables \ + +bmon \ +ebtables \ +ebtables-utils \ +kmod-ebtables-ipv4 \ @@ -33,6 +34,7 @@ define Package/fff-gateway +iptables-mod-ipopt \ +iptables-mod-conntrack-extra \ +mtr \ + +tc \ +tcpdump \ +vxlan endef