diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2019-04-13 12:21:02 +0900 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-04-13 15:06:36 +0200 |
commit | 3fd443640c52d8860676a8b90e66a2ba1c2cf9f3 (patch) | |
tree | e0cf55284f897fcf586f7826694b2ba91e61a72a | |
parent | e0d98e120a94b75f63066d7abc6a392996ccb284 (diff) | |
download | upstream-3fd443640c52d8860676a8b90e66a2ba1c2cf9f3.tar.gz upstream-3fd443640c52d8860676a8b90e66a2ba1c2cf9f3.tar.bz2 upstream-3fd443640c52d8860676a8b90e66a2ba1c2cf9f3.zip |
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 <musashino.open@gmail.com>
-rw-r--r-- | target/linux/ath79/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |