diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in
index 1a3ef990cfc5a138773087a8f9845624762dd751..10cf659b1017a9a46b43cc561bbf112eba402e12 100644
--- a/openwrt/package/busybox/config/coreutils/Config.in
+++ b/openwrt/package/busybox/config/coreutils/Config.in
@@ -112,7 +112,7 @@ config BUSYBOX_CONFIG_DF
 
 config BUSYBOX_CONFIG_DIRNAME
 	bool "dirname"
-	default n
+	default y
 	help
 	  dirname is used to strip a non-directory suffix from
 	  a file name.
@@ -214,7 +214,7 @@ config BUSYBOX_CONFIG_HOSTID
 
 config BUSYBOX_CONFIG_ID
 	bool "id"
-	default n
+	default y
 	help
 	  id displays the current user and group ID names.