From f6b4fc26dc22aece6b4722c1819e652228acbb44 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 3 Jun 2019 13:15:47 +0200 Subject: [PATCH] bsp: Remove explicit pull of LED trigger packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These packages are pulled automatically by OpenWrt where needed. Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse Reviewed-by: Robert Langhammer --- bsp/ar71xx/.config | 2 -- bsp/wdr4900/.config | 2 -- 2 files changed, 4 deletions(-) diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index 5668173..e92bb44 100644 --- a/bsp/ar71xx/.config +++ b/bsp/ar71xx/.config @@ -99,8 +99,6 @@ CONFIG_PACKAGE_ath10k-firmware-qca9887-ct=m CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m CONFIG_PACKAGE_kmod-ath10k-ct=m CONFIG_PACKAGE_kmod-hwmon-core=m -CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y -CONFIG_PACKAGE_kmod-ledtrig-netdev=y CONFIG_PACKAGE_opkg=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 diff --git a/bsp/wdr4900/.config b/bsp/wdr4900/.config index 700915b..29774c6 100644 --- a/bsp/wdr4900/.config +++ b/bsp/wdr4900/.config @@ -22,8 +22,6 @@ CONFIG_CLEAN_IPKG=y # CONFIG_KERNEL_DEBUG_INFO is not set # CONFIG_KERNEL_DEBUG_KERNEL is not set # CONFIG_PACKAGE_ALFRED_VIS is not set -CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y -CONFIG_PACKAGE_kmod-ledtrig-netdev=y # CONFIG_PACKAGE_opkg is not set CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512