From 3fd443640c52d8860676a8b90e66a2ba1c2cf9f3 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Sat, 13 Apr 2019 12:21:02 +0900 Subject: [PATCH] ath79: remove unnecessary packages from I-O DATA ETG3-R I-O DATA ETG3-R is a wired router. So wireless-related packages are unnecessary and remove those packages from default configuration to reduce flash usage. Signed-off-by: INAGAKI Hiroshi --- target/linux/ath79/image/generic.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 241c1e2581..8588e7cdf6 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -381,6 +381,7 @@ define Device/iodata_etg3-r ATH_SOC := ar9342 DEVICE_TITLE := I-O DATA ETG3-R IMAGE_SIZE := 7680k + DEVICE_PACKAGES := -iwinfo -kmod-ath9k -wpad-basic endef TARGET_DEVICES += iodata_etg3-r