mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 21:57:10 +02:00
[package] mountd: mark /etc/config/mountd as conffile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23252 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
281ea71cac
commit
3103d5d939
@ -25,6 +25,10 @@ define Package/mountd/description
|
|||||||
openwrt automount daemon
|
openwrt automount daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/mountd/conffiles
|
||||||
|
/etc/config/mountd
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(PKG_BUILD_DIR)" \
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(PKG_BUILD_DIR)" \
|
||||||
@ -40,4 +44,3 @@ define Package/mountd/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,mountd))
|
$(eval $(call BuildPackage,mountd))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user