X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Makefile;h=cd4a2ec56ca7c63b0c5dbdaadbaaf52f7273d99d;hb=c188b202935b50e6b92ff043ff72ca603714ec61;hp=b17818a14b795784dc4dcea875818e1193c1f7cb;hpb=de6276efebbc6a228460c09838c34c1b2a22ae70;p=lede-routing%2F.git diff --git a/Makefile b/Makefile index b17818a..cd4a2ec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=batmand PKG_REV:=1439 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_EXTRA_CFLAGS=-DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA -DREVISION_VERSION=\"\ rv$(PKG_REV)\" PKG_SOURCE_PROTO:=svn @@ -132,6 +132,10 @@ define Package/batmand/install $(INSTALL_DATA) ./files/etc/config/batmand $(1)/etc/config endef +define Package/batmand/conffiles +/etc/config/batmand +endef + define Package/vis/install $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/config $(1)/etc/init.d $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/vis $(1)/usr/sbin/ @@ -139,6 +143,10 @@ define Package/vis/install $(INSTALL_DATA) ./files/etc/config/vis $(1)/etc/config endef +define Package/vis/conffiles +/etc/config/vis +endef + $(eval $(call BuildPackage,batmand)) $(eval $(call BuildPackage,vis)) $(eval $(call KernelPackage,batgat))