Ver código fonte

fix typo, reported by Joerg

Waldemar Brodkorb 9 anos atrás
pai
commit
58309dbfd2
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      package/base-files/Makefile
  2. 1 1
      package/base-files/src/etc/mdev/fs

+ 1 - 1
package/base-files/Makefile

@@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/mk/rootfs.mk
 
 PKG_NAME:=		base-files
 PKG_VERSION:=		1.1
-PKG_RELEASE:=		5
+PKG_RELEASE:=		6
 PKG_SECTION:=		base/apps
 PKG_DESCR:=		basic files and scripts
 

+ 1 - 1
package/base-files/src/etc/mdev/fs

@@ -59,7 +59,7 @@ adk_mount() {
 case "${ACTION}" in
 add)
 	logger -t mdev "Device ${MDEV} added to the system"
-	add_check
+	adk_check
 	adk_fsck
 	adk_mount
 	;;