Update OpenWrt base and packages
This also fixes the TL-WA830RE v1 model name.
This commit is contained in:
parent
06cffbdde8
commit
bf0f1cd53f
4
modules
4
modules
@ -1,10 +1,10 @@
|
|||||||
GLUON_FEEDS='openwrt gluon routing luci'
|
GLUON_FEEDS='openwrt gluon routing luci'
|
||||||
|
|
||||||
OPENWRT_REPO=git://git.openwrt.org/openwrt.git
|
OPENWRT_REPO=git://git.openwrt.org/openwrt.git
|
||||||
OPENWRT_COMMIT=3691a2518048cc8f1e5ba5952d506b87e2a0be6f
|
OPENWRT_COMMIT=08ac77da771204772119aeecf6826a5da4a0a45f
|
||||||
|
|
||||||
PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
|
PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
|
||||||
PACKAGES_OPENWRT_COMMIT=20a7734215aa844d5e961ee846f7048b04361838
|
PACKAGES_OPENWRT_COMMIT=4c4c2dbdae02b38eff4a6abd95cfd54f61702246
|
||||||
PACKAGES_OPENWRT_BRANCH=for-15.05
|
PACKAGES_OPENWRT_BRANCH=for-15.05
|
||||||
|
|
||||||
PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git
|
PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git
|
||||||
|
@ -83,9 +83,9 @@ $(eval $(call GluonModel,TLWDR4300,tl-wdr4300-v1,tp-link-tl-wdr4300-v1))
|
|||||||
$(eval $(call GluonProfile,TLWA750))
|
$(eval $(call GluonProfile,TLWA750))
|
||||||
$(eval $(call GluonModel,TLWA750,tl-wa750re-v1,tp-link-tl-wa750re-v1))
|
$(eval $(call GluonModel,TLWA750,tl-wa750re-v1,tp-link-tl-wa750re-v1))
|
||||||
|
|
||||||
# TL-WA830RE v1.0, v2
|
# TL-WA830RE v1, v2
|
||||||
$(eval $(call GluonProfile,TLWA830))
|
$(eval $(call GluonProfile,TLWA830))
|
||||||
$(eval $(call GluonModel,TLWA830,tl-wa830re-v1,tp-link-tl-wa830re-v10))
|
$(eval $(call GluonModel,TLWA830,tl-wa830re-v1,tp-link-tl-wa830re-v1))
|
||||||
ifeq ($(BROKEN),1)
|
ifeq ($(BROKEN),1)
|
||||||
$(eval $(call GluonModel,TLWA830,tl-wa830re-v2,tp-link-tl-wa830re-v2))
|
$(eval $(call GluonModel,TLWA830,tl-wa830re-v2,tp-link-tl-wa830re-v2))
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user