mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
hotplug2: mark /etc/hotplug2.rules as conffile
SVN-Revision: 23249
This commit is contained in:
parent
6a10b180ce
commit
c865a4f5ee
@ -36,6 +36,10 @@ define Package/hotplug2/description
|
|||||||
This is an implementation of Hotplug2-1.0-beta
|
This is an implementation of Hotplug2-1.0-beta
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/hotplug2/conffiles
|
||||||
|
/etc/hotplug2.rules
|
||||||
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
COPTS="$(TARGET_CFLAGS)" \
|
COPTS="$(TARGET_CFLAGS)" \
|
||||||
STATIC_WORKER="fork"
|
STATIC_WORKER="fork"
|
||||||
|
Loading…
Reference in New Issue
Block a user