diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 21:32:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 22:12:18 +0100 |
commit | a15c179ea909f14f89d958bf267954c64eba3aa7 (patch) | |
tree | 163a4392c05c37fdb3e25ab8b5f62132f3fbfe88 /package/base-files/Makefile | |
parent | 68449d2155735580353d735bb79e375967c9f02b (diff) |
move remount of /dev to rcdev, to fix static /dev usage
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index afeadaac6..4af49a6e1 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.1 -PKG_RELEASE:= 17 +PKG_RELEASE:= 18 PKG_SECTION:= base/apps PKG_DESCR:= basic files and scripts |