Skip to content

Commit

Permalink
Adjust the package management tool to apk
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 3, 2025
1 parent f2288d2 commit e203e55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions config/immortalwrt-master/config
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ CONFIG_JSON_OVERVIEW_IMAGE_INFO=y
CONFIG_SIGNED_PACKAGES=y
CONFIG_SIGNATURE_CHECK=y
CONFIG_DOWNLOAD_CHECK_CERTIFICATE=y
# CONFIG_USE_APK is not set
CONFIG_USE_APK=y

#
# General build options
Expand All @@ -200,7 +200,6 @@ CONFIG_DISPLAY_SUPPORT=y
# CONFIG_BUILD_NLS is not set
CONFIG_SHADOW_PASSWORDS=y
# CONFIG_CLEAN_IPKG is not set
# CONFIG_IPK_FILES_CHECKSUMS is not set
# CONFIG_REPRODUCIBLE_DEBUG_INFO is not set
# CONFIG_COLLECT_KERNEL_DEBUG is not set

Expand Down Expand Up @@ -471,7 +470,7 @@ CONFIG_FEED_video=y
#
# Base system
#
# CONFIG_PACKAGE_apk-mbedtls is not set
CONFIG_PACKAGE_apk-mbedtls=y
# CONFIG_PACKAGE_apk-openssl is not set
# CONFIG_PACKAGE_attendedsysupgrade-common is not set
CONFIG_PACKAGE_base-files=y
Expand Down Expand Up @@ -1621,7 +1620,7 @@ CONFIG_PACKAGE_mtd=y
CONFIG_PACKAGE_netifd=y
# CONFIG_PACKAGE_nft-qos is not set
CONFIG_PACKAGE_openwrt-keyring=y
CONFIG_PACKAGE_opkg=y
# CONFIG_PACKAGE_opkg is not set
CONFIG_PACKAGE_procd=y

#
Expand Down
8 changes: 4 additions & 4 deletions config/openwrt-main/config
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ CONFIG_JSON_OVERVIEW_IMAGE_INFO=y
CONFIG_SIGNED_PACKAGES=y
CONFIG_SIGNATURE_CHECK=y
CONFIG_DOWNLOAD_CHECK_CERTIFICATE=y
# CONFIG_USE_APK is not set
CONFIG_USE_APK=y

#
# General build options
Expand All @@ -200,7 +200,6 @@ CONFIG_DISPLAY_SUPPORT=y
# CONFIG_BUILD_NLS is not set
CONFIG_SHADOW_PASSWORDS=y
# CONFIG_CLEAN_IPKG is not set
# CONFIG_IPK_FILES_CHECKSUMS is not set
# CONFIG_REPRODUCIBLE_DEBUG_INFO is not set
# CONFIG_COLLECT_KERNEL_DEBUG is not set

Expand Down Expand Up @@ -469,7 +468,7 @@ CONFIG_FEED_video=y
#
# Base system
#
# CONFIG_PACKAGE_apk-mbedtls is not set
CONFIG_PACKAGE_apk-mbedtls=y
# CONFIG_PACKAGE_apk-openssl is not set
CONFIG_PACKAGE_attendedsysupgrade-common=y
CONFIG_PACKAGE_base-files=y
Expand Down Expand Up @@ -1619,7 +1618,7 @@ CONFIG_PACKAGE_mtd=y
CONFIG_PACKAGE_netifd=y
CONFIG_PACKAGE_nft-qos=y
CONFIG_PACKAGE_openwrt-keyring=y
CONFIG_PACKAGE_opkg=y
# CONFIG_PACKAGE_opkg is not set
CONFIG_PACKAGE_procd=y

#
Expand Down Expand Up @@ -2548,6 +2547,7 @@ CONFIG_PACKAGE_kmod-bcmgenet=y
# CONFIG_PACKAGE_kmod-dsa is not set
# CONFIG_PACKAGE_kmod-dsa-b53 is not set
# CONFIG_PACKAGE_kmod-dsa-b53-mdio is not set
# CONFIG_PACKAGE_kmod-dsa-mv88e6060 is not set
# CONFIG_PACKAGE_kmod-dsa-mv88e6xxx is not set
# CONFIG_PACKAGE_kmod-dsa-qca8k is not set
# CONFIG_PACKAGE_kmod-dsa-tag-dsa is not set
Expand Down

0 comments on commit e203e55

Please sign in to comment.