projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a71bd64
)
[package] udev: mark /etc/udev/udev.conf as conffile (rules left out for now)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:30:43 +0000
(17:30 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:30:43 +0000
(17:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23254
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/udev/Makefile
patch
|
blob
|
history
diff --git
a/package/udev/Makefile
b/package/udev/Makefile
index
bae8a1f
..
e6739af
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
This page took
0.021669 seconds
and
4
git commands to generate.