packge: add losetup,sfdisk

This commit is contained in:
John Doe
2021-03-06 04:47:43 +08:00
parent 7b3a7c0e11
commit 822a2d8485
4 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
git clone --depth=1 https://github.com/project-lede/luci-app-godproxy && mv luci-app-godproxy package/ git clone --depth=1 https://github.com/project-lede/luci-app-godproxy && rm -r package/luci-app-godproxy && mv luci-app-godproxy package/
git clone --depth=1 https://github.com/destan19/OpenAppFilter.git && rm -r package/OpenAppFilter && mv OpenAppFilter package/ git clone --depth=1 https://github.com/destan19/OpenAppFilter.git && rm -r package/OpenAppFilter && mv OpenAppFilter package/
git clone --depth=1 -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git && rm -r package/lean/luci-theme-argon && mv luci-theme-argon package/lean/ git clone --depth=1 -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git && rm -r package/lean/luci-theme-argon && mv luci-theme-argon package/lean/
@@ -16,5 +16,5 @@ chmod +x target/linux/rockchip/armv8/base-files/etc/init.d/fa-rk3328-pwmfan
mkdir -p target/linux/rockchip/armv8/base-files/etc/rc.d &&\ mkdir -p target/linux/rockchip/armv8/base-files/etc/rc.d &&\
ln -sf ../init.d/fa-rk3328-pwmfan target/linux/rockchip/armv8/base-files/etc/rc.d/S96fa-rk3328-pwmfan ln -sf ../init.d/fa-rk3328-pwmfan target/linux/rockchip/armv8/base-files/etc/rc.d/S96fa-rk3328-pwmfan
git clone --depth=1 https://github.com/NateLol/luci-app-oled && mv luci-app-oled package/ git clone --depth=1 https://github.com/NateLol/luci-app-oled && rm -r package/luci-app-oled && mv luci-app-oled package/
fi fi

View File

@@ -42,7 +42,9 @@ CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_coremark=y CONFIG_PACKAGE_coremark=y
CONFIG_PACKAGE_fdisk=y CONFIG_PACKAGE_fdisk=y
CONFIG_PACKAGE_sfdisk=y
CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_losetup=y
CONFIG_PACKAGE_nano=y CONFIG_PACKAGE_nano=y
CONFIG_PACKAGE_screen=y CONFIG_PACKAGE_screen=y
CONFIG_PACKAGE_vim-fuller=y CONFIG_PACKAGE_vim-fuller=y

View File

@@ -42,7 +42,9 @@ CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_coremark=y CONFIG_PACKAGE_coremark=y
CONFIG_PACKAGE_fdisk=y CONFIG_PACKAGE_fdisk=y
CONFIG_PACKAGE_sfdisk=y
CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_losetup=y
CONFIG_PACKAGE_nano=y CONFIG_PACKAGE_nano=y
CONFIG_PACKAGE_screen=y CONFIG_PACKAGE_screen=y
CONFIG_PACKAGE_vim-fuller=y CONFIG_PACKAGE_vim-fuller=y

View File

@@ -42,7 +42,9 @@ CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_coremark=y CONFIG_PACKAGE_coremark=y
CONFIG_PACKAGE_fdisk=y CONFIG_PACKAGE_fdisk=y
CONFIG_PACKAGE_sfdisk=y
CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_losetup=y
CONFIG_PACKAGE_nano=y CONFIG_PACKAGE_nano=y
CONFIG_PACKAGE_screen=y CONFIG_PACKAGE_screen=y
CONFIG_PACKAGE_vim-fuller=y CONFIG_PACKAGE_vim-fuller=y