mirror of
https://github.com/openwrt/packages.git
synced 2026-04-18 04:12:14 +00:00
Also add no-mips16 to PKG_BUILD_FLAGS. Should fix mipsel_24kc_24kf builds. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
17 lines
387 B
Makefile
17 lines
387 B
Makefile
#
|
|
# Copyright (C) 2007-2016 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
# Note: keep in sync with pip
|
|
PYTHON3_VERSION_MAJOR:=3
|
|
PYTHON3_VERSION_MINOR:=14
|
|
PYTHON3_VERSION_MICRO:=4
|
|
|
|
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
|
|
|
|
PYTHON3_PIP_PKG_RELEASE:=1
|
|
PYTHON3_PIP_VERSION:=26.0.1
|