mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-05 07:47:43 +01:00
udev: mark /etc/udev/udev.conf as conffile (rules left out for now)
SVN-Revision: 23254
This commit is contained in:
parent
f2068db073
commit
cff8a7bbae
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ define Package/udev/description
|
|||
provides the ability to have persistent device names.
|
||||
endef
|
||||
|
||||
define Package/udev/conffiles
|
||||
/etc/udev/udev.conf
|
||||
endef
|
||||
|
||||
define Package/udev/config
|
||||
source "$(SOURCE)/Config.in"
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue