Skip to content

Commit 6eb1a4d

Browse files
Revert dae to the lastest release version
Signed-off-by: Nicholas Sun <nicholas-sun@outlook.com>
1 parent b1fd8bb commit 6eb1a4d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

SCRIPTS/02_prepare_package.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,6 @@ mkdir -p feeds/packages/utils/cgroupfs-mount/patches
112112
cp -rf ../PATCH/cgroupfs-mount/900-mount-cgroup-v2-hierarchy-to-sys-fs-cgroup-cgroup2.patch ./feeds/packages/utils/cgroupfs-mount/patches/
113113
cp -rf ../PATCH/cgroupfs-mount/901-fix-cgroupfs-umount.patch ./feeds/packages/utils/cgroupfs-mount/patches/
114114
cp -rf ../PATCH/script/updategeo.sh ./package/base-files/files/bin/updategeo
115-
# Dae update
116-
sed -i '/zip/d;/HASH/d;/RELEASE:=/d' feeds/packages/net/dae/Makefile
117-
sed -i "/VERSION:/ s/$/-$(date +'%Y%m%d')/" feeds/packages/net/dae/Makefile
118-
sed -i '10i\PKG_SOURCE_PROTO:=git' feeds/packages/net/dae/Makefile
119-
sed -i '11i\PKG_SOURCE_URL:=https://github.com/daeuniverse/dae.git' feeds/packages/net/dae/Makefile
120-
sed -i "12i\PKG_SOURCE_VERSION:=$(curl -s https://api.github.com/repos/daeuniverse/dae/commits | grep '"sha"' | head -1 | cut -d '"' -f 4)" feeds/packages/net/dae/Makefile
121-
sed -i '13i\PKG_MIRROR_HASH:=skip' feeds/packages/net/dae/Makefile
122115
# Golang
123116
rm -rf ./feeds/packages/lang/golang
124117
cp -rf ../openwrt_pkg_ma/lang/golang ./feeds/packages/lang/golang

SCRIPTS/switch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
#
99
# Change Lines
1010
#
11-
# 31 Jan
11+
# 11 Feb
1212

0 commit comments

Comments
 (0)