diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 22:08:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 22:08:23 +0000 |
commit | 8dc04c901833620d7dad4bdfb2045eb3a9cb70c6 (patch) | |
tree | 6fff665519bab035851ef4998be18aa8d443b49b /package/base-files | |
parent | a1973192c68002f2c2361aa323946e5b70924587 (diff) | |
download | upstream-8dc04c901833620d7dad4bdfb2045eb3a9cb70c6.tar.gz upstream-8dc04c901833620d7dad4bdfb2045eb3a9cb70c6.tar.bz2 upstream-8dc04c901833620d7dad4bdfb2045eb3a9cb70c6.zip |
base-files: mark /etc/sysupgrade.conf as conffile
SVN-Revision: 23264
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index ff6dbc0871..5a6c1a969a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -54,6 +54,7 @@ define Package/base-files/conffiles /etc/shells /etc/sysctl.conf /etc/rc.local +/etc/sysupgrade.conf /etc/config/ /etc/dropbear/ $(call $(TARGET)/conffiles) |