mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Also update micropython-lib to v1.27.0. Switch micropython-lib from a git source to the release tarball from: https://github.com/micropython/micropython-lib/releases/tag/v1.27.0 MPY_VERSION remains at 6, no ABI change. Adjusted patches. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
12 lines
307 B
Diff
12 lines
307 B
Diff
--- a/ports/unix/Makefile
|
|
+++ b/ports/unix/Makefile
|
|
@@ -34,7 +34,7 @@ QSTR_DEFS += qstrdefsport.h
|
|
QSTR_GLOBAL_DEPENDENCIES += $(VARIANT_DIR)/mpconfigvariant.h
|
|
|
|
# OS name, for simple autoconfig
|
|
-UNAME_S := $(shell uname -s)
|
|
+UNAME_S := Linux
|
|
|
|
# include py core make definitions
|
|
include $(TOP)/py/py.mk
|