Skip to content

Commit 1200962

Browse files
committed
add_pkg_config
1 parent d719d45 commit 1200962

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

.github/workflows/J1900_immortal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
git clone https://github.com/sirpdboy/netspeedtest ./package/netspeedtest
8787
git clone https://github.com/sirpdboy/luci-app-poweroffdevice ./package/luci-app-poweroffdevice
8888
svn export https://github.com/messense/aliyundrive-webdav/trunk/openwrt ./package/aliyunwebdav
89-
svn export https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-pptp-server ./lean/luci-app-pptp-server
89+
svn export https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-pptp-server ./package/lean/luci-app-pptp-server
9090
9191
#install aliyunwebdav
9292
#cd package

config/j1900imt.config

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5621,7 +5621,7 @@ CONFIG_PACKAGE_libogg=y
56215621
# CONFIG_PACKAGE_libp11 is not set
56225622
# CONFIG_PACKAGE_libpagekite is not set
56235623
# CONFIG_PACKAGE_libpam is not set
5624-
# CONFIG_PACKAGE_libparted is not set
5624+
CONFIG_PACKAGE_libparted=y
56255625
# CONFIG_PACKAGE_libpbc is not set
56265626
CONFIG_PACKAGE_libpcap=y
56275627

@@ -5945,7 +5945,7 @@ CONFIG_PACKAGE_luci-app-cifs-mount=y
59455945
# CONFIG_PACKAGE_luci-app-dcwapd is not set
59465946
CONFIG_PACKAGE_luci-app-ddns=y
59475947
# CONFIG_PACKAGE_luci-app-diag-core is not set
5948-
# CONFIG_PACKAGE_luci-app-diskman is not set
5948+
CONFIG_PACKAGE_luci-app-diskman=y
59495949
CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y
59505950
CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y
59515951
# CONFIG_PACKAGE_luci-app-diskman_INCLUDE_mdadm is not set
@@ -6046,8 +6046,10 @@ CONFIG_PACKAGE_luci-app-opkg=y
60466046
# end of Configuration
60476047

60486048
# CONFIG_PACKAGE_luci-app-polipo is not set
6049+
CONFIG_PACKAGE_luci-app-poweroffdevice=y
60496050
# CONFIG_PACKAGE_luci-app-pppoe-relay is not set
60506051
# CONFIG_PACKAGE_luci-app-pppoe-server is not set
6052+
CONFIG_PACKAGE_luci-app-pptp-server=y
60516053
# CONFIG_PACKAGE_luci-app-privoxy is not set
60526054
# CONFIG_PACKAGE_luci-app-ps3netsrv is not set
60536055
# CONFIG_PACKAGE_luci-app-qbittorrent is not set
@@ -6391,6 +6393,7 @@ CONFIG_PACKAGE_luci-i18n-ddns-en=y
63916393
# CONFIG_PACKAGE_luci-i18n-ddns-vi is not set
63926394
CONFIG_PACKAGE_luci-i18n-ddns-zh-cn=y
63936395
# CONFIG_PACKAGE_luci-i18n-ddns-zh-tw is not set
6396+
CONFIG_PACKAGE_luci-i18n-diskman-zh-cn=y
63946397
# CONFIG_PACKAGE_luci-i18n-dockerman-ar is not set
63956398
# CONFIG_PACKAGE_luci-i18n-dockerman-bg is not set
63966399
# CONFIG_PACKAGE_luci-i18n-dockerman-bn is not set
@@ -6566,6 +6569,8 @@ CONFIG_PACKAGE_luci-i18n-opkg-en=y
65666569
# CONFIG_PACKAGE_luci-i18n-opkg-vi is not set
65676570
CONFIG_PACKAGE_luci-i18n-opkg-zh-cn=y
65686571
# CONFIG_PACKAGE_luci-i18n-opkg-zh-tw is not set
6572+
CONFIG_PACKAGE_luci-i18n-poweroffdevice-zh-cn=y
6573+
# CONFIG_PACKAGE_luci-i18n-pptp-server-zh-cn is not set
65696574
CONFIG_PACKAGE_luci-i18n-ramfree-zh-cn=y
65706575
CONFIG_PACKAGE_luci-i18n-rclone-en=y
65716576
CONFIG_PACKAGE_luci-i18n-rclone-zh-cn=y
@@ -8235,7 +8240,15 @@ CONFIG_PACKAGE_lsblk=y
82358240
# CONFIG_PACKAGE_lvm2-selinux is not set
82368241
# CONFIG_PACKAGE_mdadm is not set
82378242
# CONFIG_PACKAGE_mtools is not set
8238-
# CONFIG_PACKAGE_parted is not set
8243+
CONFIG_PACKAGE_parted=y
8244+
8245+
#
8246+
# Configuration
8247+
#
8248+
CONFIG_PARTED_READLINE=y
8249+
# CONFIG_PARTED_LVM2 is not set
8250+
# end of Configuration
8251+
82398252
CONFIG_PACKAGE_partx-utils=y
82408253
# CONFIG_PACKAGE_sfdisk is not set
82418254
# CONFIG_PACKAGE_sgdisk is not set
@@ -8866,7 +8879,7 @@ CONFIG_PACKAGE_shellsync=y
88668879
# CONFIG_PACKAGE_slide-switch is not set
88678880
# CONFIG_PACKAGE_smartd is not set
88688881
# CONFIG_PACKAGE_smartd-mail is not set
8869-
# CONFIG_PACKAGE_smartmontools is not set
8882+
CONFIG_PACKAGE_smartmontools=y
88708883
# CONFIG_PACKAGE_smartmontools-drivedb is not set
88718884
# CONFIG_PACKAGE_smstools3 is not set
88728885
# CONFIG_PACKAGE_sockread is not set

0 commit comments

Comments
 (0)