From eaa0b228fd40ec01295adeab242756d556a0be1f Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sun, 22 Oct 2017 13:50:55 +0800 Subject: [PATCH] busybox: provide "ip" --- config/Config-images.in | 2 +- package/utils/busybox/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index 89ff1450a..dcaf6fb0b 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -141,7 +141,7 @@ menu "Target Images" int "Block size (in KiB)" depends on TARGET_ROOTFS_SQUASHFS default 64 if LOW_MEMORY_FOOTPRINT - default 256 + default 1024 menuconfig TARGET_ROOTFS_UBIFS bool "ubifs" diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 941e82835..35f63d9a7 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -47,6 +47,7 @@ define Package/busybox URL:=http://busybox.net/ DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter MENU:=1 + PROVIDES:=ip ALTERNATIVES:=\ $(call BUSYBOX_IF_ENABLED,KILL, 100:/bin/kill:/bin/busybox) \ $(call BUSYBOX_IF_ENABLED,PS, 100:/bin/ps:/bin/busybox) \