diff options
| author | Christian Marangi | 2025-02-09 17:40:56 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-02-18 14:10:59 +0000 |
| commit | 3a1c19fd6b20e8ddc589519b192a65cc4270e22c (patch) | |
| tree | 5c3f110a19864240b04db79a42ca98c8ae0ec484 | |
| parent | 83d2d21904e06b41cf882e24339b10d6bdf62777 (diff) | |
| download | openwrt-3a1c19fd6b20e8ddc589519b192a65cc4270e22c.tar.gz | |
apk: disable python module
APK recently introduced python binding support. Disable this sub module
as we don't ship python in normal build to reduce space.
Link: https://github.com/openwrt/openwrt/pull/17925
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | package/system/apk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile index c57edb9a87..b1b1fd3a40 100644 --- a/package/system/apk/Makefile +++ b/package/system/apk/Makefile @@ -61,6 +61,7 @@ MESON_COMMON_ARGS = \ -Ddefault_library=static \ -Durl_backend=wget \ -Dzstd=false \ + -Dpython=disabled \ -Dtests=disabled MESON_HOST_ARGS += \ |