From e03f67049ec0e3d6188125558a55947f42f1e8db Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:12:38 -0400 Subject: [PATCH] Fix src declaration; add arch.conf --- .../installer/openwrt-sdxlemur-skel/etc/opkg/arch.conf | 9 +++++++++ .../openwrt-sdxlemur-skel/etc/opkg/distfeeds.conf | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/arch.conf diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/arch.conf b/opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/arch.conf new file mode 100644 index 0000000..b1f1178 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/arch.conf @@ -0,0 +1,9 @@ +arch all 1 +arch noarch 1 +arch sdxlemur 2 +arch arm_cortex-a7_neon-vfpv4 10 +arch arm_cortex-a7 20 +arch armv7hf 30 +arch armv7sf 31 +arch armv7sf-k3.2 32 +arch armv7 33 diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/distfeeds.conf b/opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/distfeeds.conf index 986511e..d534ccc 100644 --- a/opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/distfeeds.conf +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/etc/opkg/distfeeds.conf @@ -2,4 +2,4 @@ src/gz openwrt_base https://downloads.openwrt.org/releases/22.03.5/packages/arm_ src/gz openwrt_luci https://downloads.openwrt.org/releases/22.03.5/packages/arm_cortex-a7_neon-vfpv4/luci src/gz openwrt_packages https://downloads.openwrt.org/releases/22.03.5/packages/arm_cortex-a7_neon-vfpv4/packages src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.5/packages/arm_cortex-a7_neon-vfpv4/routing -src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.5/packages/arm_cortex-a7_neon-vfpv4/telephony +src/gz openwrt_telephony https://downloads.openwrt.org/releases/22.03.5/packages/arm_cortex-a7_neon-vfpv4/telephony