diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index c44048d1bcd3c9a086ff3162d248fc3b4e1f9e40..e328deca49bc76b56f2cd0f9e5835ba66aea4652 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -457,6 +457,8 @@ ramips-mt7621 * Ubiquiti + - EdgeRouter X + - EdgeRouter X-SFP - UniFi 6 Lite - UniFi nanoHD diff --git a/modules b/modules index 8231c70286bc7d575a47111604c1d26718c304d0..b17f922590694ea586d8ee78ca544a669f8a3546 100644 --- a/modules +++ b/modules @@ -2,14 +2,14 @@ GLUON_FEEDS='gluon packages routing' OPENWRT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-24.10 -OPENWRT_COMMIT=c279ca8b799e567226df804f07fd7a6073487b5f +OPENWRT_COMMIT=66e76aa94f0508d63a75fac2739a5bc0edb021ec PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-24.10 -PACKAGES_PACKAGES_COMMIT=da072f76e4e6e41df6a0bc377e9d002a9e0ff471 +PACKAGES_PACKAGES_COMMIT=b5f11b79d2b0538d57103a8da05e7a7a87981ff3 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-24.10 diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index edf203e3711e397f35d94a3a2c31143cde9c14cf..0f007f3c90cf21f16cdee1976ccd33e4c4e8adcc 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -174,3 +174,17 @@ device('zyxel-wsm20', 'zyxel_wsm20', { factory = false, }) + +-- Devices without WLAN + +-- Ubiquiti + +device('ubiquiti-edgerouter-x', 'ubnt_edgerouter-x', { + factory = false, + packages = {'-hostapd-mini'}, +}) + +device('ubiquiti-edgerouter-x-sfp', 'ubnt_edgerouter-x-sfp', { + factory = false, + packages = {'-hostapd-mini'}, +})