diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-08 16:24:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-08 16:24:13 +0200 |
commit | 7be4de653cf50d82cbe3bd2252f11d39136ce65e (patch) | |
tree | f32b215877f668e55be2bd1f29cefd22e0b04a25 /package/sash | |
parent | 9d76a19f3e27242158bf1637108f698bcfba02f1 (diff) |
toybox: add init and toysh configuration for testing
Diffstat (limited to 'package/sash')
-rw-r--r-- | package/sash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/sash/Makefile b/package/sash/Makefile index 03c12a965..370a0bd7a 100644 --- a/package/sash/Makefile +++ b/package/sash/Makefile @@ -16,6 +16,7 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,SASH,sash,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +#TARGET_CFLAGS:= -Wno-incompatible-pointer-types CONFIG_STYLE:= manual INSTALL_STYLE:= manual |