merge all

This commit is contained in:
2023-12-09 14:57:06 +05:00
parent b7cdc29448
commit befb63bd0b
7 changed files with 92 additions and 13 deletions

View File

@@ -6,7 +6,8 @@
#RELEASE=${RELEASE_18_06}
#RELEASE=${RELEASE_19_07}
RELEASE=${RELEASE_21_02}
#RELEASE=${RELEASE_21_02}
RELEASE=${RELEASE_23_05}
if [ -z "${RELEASE}" ]; then echo "RELEASE is empty"; return 1; fi
@@ -17,15 +18,15 @@ if [ -z "${RELEASE}" ]; then echo "RELEASE is empty"; return 1; fi
# ath79/generic is usable for releases 19.07, 21.02
if echo "${RELEASE}" | grep -q "18.06"; then
TARGET=ar71xx/generic
PROFILE="tl-wdr3600-v1"
PROFILE="tplink_tl-wdr3600-v1"
else
TARGET=ath79/generic
PROFILE="tplink_tl-wdr3600-v1"
fi
# See https://openwrt.org/packages/start
PACKAGES="luci htop"
PACKAGES="luci"
FILES=""
FILES="tl-wdr3600-v1-files"
DISABLED_SERVICES=""