mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
Patches 000-Makefile-no-errors.patch and 020-mpy-cross-fix-flags.patch
are no longer necessary.
This also adds a Build/InstallDev recipe to install files necessary for
micropython-lib.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit a4ae38494f)
12 lines
305 B
Diff
12 lines
305 B
Diff
--- a/ports/unix/Makefile
|
|
+++ b/ports/unix/Makefile
|
|
@@ -31,7 +31,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
|