From: Nicolas Thill Date: Wed, 16 Nov 2011 20:02:41 +0000 (+0000) Subject: packages: add missing conffiles define X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c188b202935b50e6b92ff043ff72ca603714ec61;hp=de6276efebbc6a228460c09838c34c1b2a22ae70;p=lede-routing%2F.git packages: add missing conffiles define git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))