projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2068db
)
udev: mark /etc/udev/udev.conf as conffile (rules left out for now)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Oct 2010 17:30:43 +0000
(17:30 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Oct 2010 17:30:43 +0000
(17:30 +0000)
SVN-Revision: 23254
package/udev/Makefile
patch
|
blob
|
history
diff --git
a/package/udev/Makefile
b/package/udev/Makefile
index bae8a1f5c8055829d86566cf71aa2bcf3385bf48..e6739af940d44b95d8c26495925ce9a97909ee2d 100644
(file)
--- a/
package/udev/Makefile
+++ b/
package/udev/Makefile
@@
-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