[source] ramips: add ip17xx support to WLI-TX4-AG300N
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 26 05:41:39 PST 2017
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/21b46251357e8c28ec1dbca05484e777992544d7
commit 21b46251357e8c28ec1dbca05484e777992544d7
Author: Yo Abe <abe.geel at gmail.com>
AuthorDate: Thu Jan 26 22:28:09 2017 +0900
ramips: add ip17xx support to WLI-TX4-AG300N
ramips/rt288x WLI-TX4-AG300N was missing support for its 100Mbit switch which
should be included by default.
Signed-off-by: Yo Abe <abe.geel at gmail.com>
[Jo-Philipp Wich: picked from OpenWrt PR#359, rewrap commit msg, fix Sob]
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
target/linux/ramips/image/rt288x.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk
index 3312d0e..53fc99a 100644
--- a/target/linux/ramips/image/rt288x.mk
+++ b/target/linux/ramips/image/rt288x.mk
@@ -58,6 +58,7 @@ define Device/wli-tx4-ag300n
BLOCKSIZE := 64k
IMAGE_SIZE := $(ralink_default_fw_size_4M)
DEVICE_TITLE := Buffalo WLI-TX4-AG300N
+ DEVICE_PACKAGES := kmod-switch-ip17xx
endef
TARGET_DEVICES += wli-tx4-ag300n
More information about the lede-commits
mailing list