busybox: provide "ip"

This commit is contained in:
coolsnowwolf 2017-10-22 13:50:55 +08:00
parent 09581e13be
commit eaa0b228fd
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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) \