batman-adv: update Makefile to reflect tree changes, bump package release
Signed-off-by: Gui Iribarren <gui@altermundi.net>
This commit is contained in:
parent
c6f07c6578
commit
a5ff5808e3
1 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,7 @@ PKG_NAME:=batman-adv
|
||||||
|
|
||||||
PKG_VERSION:=2013.3.0
|
PKG_VERSION:=2013.3.0
|
||||||
BATCTL_VERSION:=2013.3.0
|
BATCTL_VERSION:=2013.3.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_MD5SUM:=d070c0879cd8fe8125315a4566fabd2d
|
PKG_MD5SUM:=d070c0879cd8fe8125315a4566fabd2d
|
||||||
BATCTL_MD5SUM:=747535b0296f0013a6f99373a51d41fc
|
BATCTL_MD5SUM:=747535b0296f0013a6f99373a51d41fc
|
||||||
|
|
||||||
|
@ -124,11 +124,10 @@ define Build/Clean
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/batman-adv/install
|
define KernelPackage/batman-adv/install
|
||||||
$(INSTALL_DIR) $(1)/etc/config $(1)/etc/hotplug.d/net $(1)/etc/hotplug.d/iface $(1)/lib/batman-adv $(1)/usr/sbin $(1)/lib/netifd/proto
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/lib/netifd/proto
|
||||||
$(INSTALL_DATA) ./files/etc/config/batman-adv $(1)/etc/config
|
|
||||||
$(INSTALL_DATA) ./files/lib/batman-adv/config.sh $(1)/lib/batman-adv
|
|
||||||
$(INSTALL_BIN) ./files/etc/hotplug.d/net/99-batman-adv $(1)/etc/hotplug.d/net
|
|
||||||
$(INSTALL_BIN) ./files/lib/netifd/proto/batadv.sh $(1)/lib/netifd/proto
|
$(INSTALL_BIN) ./files/lib/netifd/proto/batadv.sh $(1)/lib/netifd/proto
|
||||||
|
$(INSTALL_BIN) ./files/lib/netifd/proto/batmesh.sh $(1)/lib/netifd/proto
|
||||||
|
$(INSTALL_BIN) ./files/etc/uci-defaults/batadv-netifd-uci-migrations $(1)/etc/uci-defaults/
|
||||||
$(BATCTL_INSTALL)
|
$(BATCTL_INSTALL)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue