package: re-group
This commit is contained in:
1
.github/workflows/lo-test.yml
vendored
1
.github/workflows/lo-test.yml
vendored
@@ -93,6 +93,7 @@ jobs:
|
||||
make defconfig && make tools/upx/compile -j$(($(nproc) + 1))
|
||||
sed -i '/\(tools\|toolchain\)\/Makefile/d' Makefile
|
||||
|
||||
cat $GITHUB_WORKSPACE/extra_packages.seed >> .config
|
||||
echo -e '# CONFIG_SIGNED_PACKAGES is not set\n' >> .config
|
||||
find package/ -type d -name luci-app-* | rev | cut -d'/' -f1 | rev | xargs -n1 -i echo CONFIG_PACKAGE_{}=y >> .config
|
||||
find feeds/luci/applications -type d -name luci-app-* | rev | cut -d'/' -f1 | rev | xargs -n1 -i echo CONFIG_PACKAGE_{}=y >> .config
|
||||
|
||||
2
extra_packages.seed
Normal file
2
extra_packages.seed
Normal file
@@ -0,0 +1,2 @@
|
||||
CONFIG_PACKAGE_zram-swap=y
|
||||
CONFIG_PACKAGE_xl2tpd=y
|
||||
@@ -55,10 +55,7 @@ CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_fdisk=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_losetup=y
|
||||
CONFIG_PACKAGE_nano=y
|
||||
CONFIG_PACKAGE_pv=y
|
||||
CONFIG_PACKAGE_resize2fs=y
|
||||
CONFIG_PACKAGE_screen=y
|
||||
CONFIG_PACKAGE_sfdisk=y
|
||||
CONFIG_PACKAGE_vim-fuller=y
|
||||
CONFIG_PACKAGE_wget=y
|
||||
@@ -78,7 +75,5 @@ CONFIG_PACKAGE_kmod-fast-classifier=y
|
||||
|
||||
CONFIG_DROPBEAR_ECC=y
|
||||
CONFIG_DROPBEAR_ECC_FULL=y
|
||||
CONFIG_PACKAGE_zram-swap=y
|
||||
CONFIG_PACKAGE_autocore-arm=y
|
||||
|
||||
CONFIG_PACKAGE_usb-modeswitch=y
|
||||
|
||||
@@ -55,10 +55,7 @@ CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_fdisk=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_losetup=y
|
||||
CONFIG_PACKAGE_nano=y
|
||||
CONFIG_PACKAGE_pv=y
|
||||
CONFIG_PACKAGE_resize2fs=y
|
||||
CONFIG_PACKAGE_screen=y
|
||||
CONFIG_PACKAGE_sfdisk=y
|
||||
CONFIG_PACKAGE_vim-fuller=y
|
||||
CONFIG_PACKAGE_wget=y
|
||||
@@ -78,5 +75,3 @@ CONFIG_PACKAGE_kmod-fast-classifier=y
|
||||
|
||||
CONFIG_DROPBEAR_ECC=y
|
||||
CONFIG_DROPBEAR_ECC_FULL=y
|
||||
CONFIG_PACKAGE_zram-swap=y
|
||||
CONFIG_PACKAGE_autocore-arm=y
|
||||
|
||||
@@ -55,10 +55,7 @@ CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_fdisk=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_losetup=y
|
||||
CONFIG_PACKAGE_nano=y
|
||||
CONFIG_PACKAGE_pv=y
|
||||
CONFIG_PACKAGE_resize2fs=y
|
||||
CONFIG_PACKAGE_screen=y
|
||||
CONFIG_PACKAGE_sfdisk=y
|
||||
CONFIG_PACKAGE_vim-fuller=y
|
||||
CONFIG_PACKAGE_wget=y
|
||||
@@ -78,8 +75,6 @@ CONFIG_PACKAGE_kmod-fast-classifier=y
|
||||
|
||||
CONFIG_DROPBEAR_ECC=y
|
||||
CONFIG_DROPBEAR_ECC_FULL=y
|
||||
CONFIG_PACKAGE_zram-swap=y
|
||||
CONFIG_PACKAGE_autocore-arm=y
|
||||
|
||||
CONFIG_PACKAGE_kmod-rtl8821cu=y
|
||||
CONFIG_PACKAGE_iw=y
|
||||
|
||||
@@ -55,10 +55,7 @@ CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_fdisk=y
|
||||
CONFIG_PACKAGE_htop=y
|
||||
CONFIG_PACKAGE_losetup=y
|
||||
CONFIG_PACKAGE_nano=y
|
||||
CONFIG_PACKAGE_pv=y
|
||||
CONFIG_PACKAGE_resize2fs=y
|
||||
CONFIG_PACKAGE_screen=y
|
||||
CONFIG_PACKAGE_sfdisk=y
|
||||
CONFIG_PACKAGE_vim-fuller=y
|
||||
CONFIG_PACKAGE_wget=y
|
||||
@@ -78,8 +75,6 @@ CONFIG_PACKAGE_kmod-fast-classifier=y
|
||||
|
||||
CONFIG_DROPBEAR_ECC=y
|
||||
CONFIG_DROPBEAR_ECC_FULL=y
|
||||
CONFIG_PACKAGE_zram-swap=y
|
||||
CONFIG_PACKAGE_autocore-arm=y
|
||||
|
||||
CONFIG_PACKAGE_kmod-rtl8821cu=y
|
||||
CONFIG_PACKAGE_iw=y
|
||||
|
||||
Reference in New Issue
Block a user