diff options
author | Yo Abe <abe.geel@gmail.com> | 2017-01-26 22:28:09 +0900 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-26 14:41:31 +0100 |
commit | 21b46251357e8c28ec1dbca05484e777992544d7 (patch) | |
tree | bc5ee9171a4565ab870d33a2ee945d36ae51fd64 /target/linux/ramips | |
parent | c0ed04ce459670cefc27370e04304c01993ce9b2 (diff) | |
download | upstream-21b46251357e8c28ec1dbca05484e777992544d7.tar.gz upstream-21b46251357e8c28ec1dbca05484e777992544d7.tar.bz2 upstream-21b46251357e8c28ec1dbca05484e777992544d7.zip |
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@gmail.com>
[Jo-Philipp Wich: picked from OpenWrt PR#359, rewrap commit msg, fix Sob]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index 3312d0ed17..53fc99abda 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 |