Browse Source

move cifs/nfs startup script back to base-files

Waldemar Brodkorb 10 years ago
parent
commit
c9a479c25d

+ 1 - 1
package/base-files/Makefile

@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
 
 PKG_NAME:=		base-files
 PKG_VERSION:=		1.0
-PKG_RELEASE:=		91
+PKG_RELEASE:=		92
 PKG_SECTION:=		base
 PKG_DESCR:=		basic files and scripts
 

+ 0 - 1
package/cifs-utils/files/cifs.init → package/base-files/src/etc/init.d/cifs

@@ -1,5 +1,4 @@
 #!/bin/sh
-#PKG cifs-utils
 #INIT 60
 
 case $1 in

+ 0 - 1
package/nfs-utils/files/nfs.init → package/base-files/src/etc/init.d/nfs

@@ -1,5 +1,4 @@
 #!/bin/sh
-#PKG nfs-utils-client
 #INIT 60
 . /etc/rc.conf
 

+ 1 - 0
target/config/Config.in.runtime

@@ -36,6 +36,7 @@ config ADK_RUNTIME_TMPFS_SIZE
 	default "32768" if ADK_TARGET_SYSTEM_IBM_X40
 	default "32768" if ADK_TARGET_SYSTEM_RASPBERRY_PI
 	default "32768" if ADK_TARGET_SYSTEM_CUBOX_I
+	default "8192" if ADK_TARGET_SYSTEM_MIKROTIK_RB532
 	default "2048"
 	help
 	  Size of /tmp in memory in Kilobyte.