fff-babel: Use bird2 implementation by default #262

Closed
fbl wants to merge 1 commits from fbl:bird-default into master
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=fff-babel-bird2 PKG_NAME:=fff-babel-bird2
PKG_RELEASE:=1 PKG_RELEASE:=$(COMMITCOUNT)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=fff-babel PKG_NAME:=fff-babel
PKG_RELEASE:=1 PKG_RELEASE:=$(COMMITCOUNT)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -1,6 +1,6 @@
implementation=$(uci -q get babelimpl.impl.impl) implementation=$(uci -q get babelimpl.impl.impl)
[ -z "$implementation" ] && implementation=babeld [ -z "$implementation" ] && implementation=bird2
. /lib/functions/fff/babeldaemon/$implementation . /lib/functions/fff/babeldaemon/$implementation