Commit Graph

13 Commits

Author SHA1 Message Date
Harald Welte 0a0e0caac8 use system-wide mtd-utils, not the ancient 32bit binaries included in here
The uniprog script calls mkfs.jffs2 to build the datafs filesytem.  It
uses a pre-compiled i386 build of mkfs.jffs2.  Let's instead rely on the
current mtd-utils package of the host operating system instead.

Among other things, this avoids having to install a 32bit libz and
liblzo.
2022-12-12 21:54:01 +01:00
Harald Welte 1513cd183b ensure that the out/gdb directory exists 2022-12-12 21:54:01 +01:00
Harald Welte 8e342ad643 add empty cunit.txt 2022-12-12 21:54:01 +01:00
Harald Welte 8d66db41c4 linux: remove generated/compiled files from git index
the higher-level makefile just does "make oldconfig" and assumes
and old and matching .config is present, so we cannot remove that one.
2022-12-12 21:53:50 +01:00
Harald Welte a0e7f93340 json-c: remove generated/compiled files from git index 2022-12-12 21:51:46 +01:00
Harald Welte e6c0007580 cr16boot/curl: remove generated/compiled files from git index 2022-12-12 21:51:46 +01:00
Harald Welte 6a9cc39cb9 busybox: remove compiled/generated files from git index 2022-12-12 21:51:46 +01:00
Harald Welte d4714c4cd1 remove .deps (build results) from git index 2022-12-12 21:51:46 +01:00
Harald Welte c068cf1de4 fix name in uniprog/func.sh 2022-12-12 21:51:37 +01:00
Harald Welte 679bf6d471 uniprog: Always use the unlocked bootloader when building flash images 2022-12-11 23:03:49 +01:00
Harald Welte 1622d8a55f uart/host: Don't try to build a 32bit binary
The host these days is typically a x86_64 machine without any i386
compatibility. Let's build whatever is native, don't use "-m32"
2022-12-11 22:59:39 +01:00
Harald Welte 2df8703cd3 /etc/passwd: Replace with known password 'osmocom' 2022-12-11 22:59:39 +01:00
Harald Welte 2957ad7bef initial checkin
taken from https://www.gigaset.com/de_de/cms/lp/open-source.html
specifically
https://cms.gigaset.com/opensource/GigasetElements/gigaset_elements_bl26_opensource.tar.gz
2022-12-11 22:58:24 +01:00