Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 69ced6c

Browse files
committed
Config: Fix distfeeds targets env
1 parent ae9cc03 commit 69ced6c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

data/opkg/distfeeds.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
src/gz openwrt_core file:///www/snapshots/targets/target/subtarget/packages
2-
src/gz openwrt_base https://openwrt.cc/snapshots/packages/platform/base
3-
src/gz openwrt_luci https://openwrt.cc/snapshots/packages/platform/luci
4-
src/gz openwrt_packages https://openwrt.cc/snapshots/packages/platform/packages
5-
src/gz openwrt_routing https://openwrt.cc/snapshots/packages/platform/routing
6-
src/gz openwrt_telephony https://openwrt.cc/snapshots/packages/platform/telephony
1+
src/gz openwrt_core file:///www/snapshots/targets/DEVICE_TARGET/DEVICE_SUBTARGET/packages
2+
src/gz openwrt_base https://openwrt.cc/snapshots/packages/DEVICE_PLATFORM/base
3+
src/gz openwrt_luci https://openwrt.cc/snapshots/packages/DEVICE_PLATFORM/luci
4+
src/gz openwrt_packages https://openwrt.cc/snapshots/packages/DEVICE_PLATFORM/packages
5+
src/gz openwrt_routing https://openwrt.cc/snapshots/packages/DEVICE_PLATFORM/routing
6+
src/gz openwrt_telephony https://openwrt.cc/snapshots/packages/DEVICE_PLATFORM/telephony

0 commit comments

Comments
 (0)