36 Commits

Author SHA1 Message Date
Tianling Shen
3bfc7d85b5
Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-22 20:18:22 +08:00
Paul Spooren
a424dfd66b README: mention video feed
The video feed just got support for Wayland which allows OpenWrt devices
to run as a Kiosk (displaying browser content via a display).

The availability of these packages should be mentioned to users.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-19 15:47:44 -10:00
Tianling Shen
21caef8ed3
README: update domain for build-scripts
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-11 04:10:35 +08:00
Tianling Shen
b42a11ff26
README.md: add missing gcc dependencies
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 74b9096ed08a3ba1e169a0209bad79b4375c9fd0)
2021-09-10 10:05:26 +08:00
Tianling Shen
f134c62bf7
README: fix indent
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-08-23 20:35:02 +08:00
Tianling Shen
70c1b0e2f6
README: futher style fixes
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-08-23 11:04:42 +08:00
Tianling Shen
75300e5ca1
README: minor typo fixes
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-08-23 10:23:40 +08:00
Tianling Shen
56a0a12e17
README: rewrite based on OpenWrt
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-08-23 10:10:40 +08:00
Tianling Shen
57192d12d8
README: tweak host dependencies
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-06-30 21:29:01 +08:00
ElonH
aa3fa0df3c
Merge branch 'master' into master 2021-06-13 12:49:45 +08:00
Paul Spooren
5a66165cb1 README: switch from freenode to oftc
We recently switched from freenode.net to oftc.net, reflect that in the
README and update the links.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-06-12 12:39:35 -10:00
Paul Spooren
0371f40193 README: update routing.git URL
The routing packages feed moved from `openwrt-routing/packages` to
`openwrt/routing`, reflect that in the README.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-06-12 08:27:16 -10:00
ElonH
94ec62821c
Opde: doc for Windows environment (#378)
* opde: OpenWRT Development Environment

* Update README.md
2021-05-02 17:18:04 +08:00
ElonH
e0b05d1c56 opde: OpenWRT Development Environment 2021-05-01 21:22:59 +08:00
ElonH
93270f557c opde: OpenWRT Development Environment 2021-05-01 20:54:58 +08:00
Petr Štetiar
1276db918b README: add install command to build requirements
In commit 8c8496435a9d ("build: add GNU install to prerequisites") new
dependency was added, but addition to README was omitted.

Fixes: 8c8496435a9d ("build: add GNU install to prerequisites")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-03-26 19:57:20 +01:00
Andre Heider
7379f8bd3e build: prereq: drop support for Python 3.5
The final Python 3.5 release was 3.5.10 in September 2020 [0].
This release series is now End-of-Life (EOL).

The only LTS distribution that still only ships Python 3.5 is Ubuntu 16.04,
which will be EOL in April 2021 [1].

The meson build system bumped their python requirement to 3.6 for the 0.57.0
release. This patch ensures that OpenWrt can update meson while still
relying on the host python.

[0] https://www.python.org/dev/peps/pep-0478/#id4
[1] https://ubuntu.com/about/release-cycle
[2] https://mesonbuild.com/Release-notes-for-0-57-0.html#minimum-required-python-version-updated-to-36

Signed-off-by: Andre Heider <a.heider@gmail.com>
[python3.6+ in README.md]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-03-15 14:00:44 +01:00
Petr Štetiar
13069b1a1d build: add which command to build requirements
`which` utility is not shipped by default for example on recent Arch
Linux and then any steps relying on its presence fails, like for example
following Python3 prereq build check:

 $ python3 --version
 Python 3.9.1

 $ make
 /bin/sh: line 1: which: command not found
 ...
 Checking 'python3'... failed.

So make `which` utility host build requirement.

References: PR#3820 FS#3525
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-03-03 22:51:39 +01:00
Petr Štetiar
ac7034cd12 build: make GCC version 6+ minimal host build requirement
Currently minimal GNU supported GCC version is 7 (from May 2, 2017),
buildbots are using default GCC version 6 on Debian 9 (old stable),
current Debian stable has GCC version 8.3.0.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-03-03 22:51:39 +01:00
Tianling Shen
10ab612d80
LICENSE: add GPL-3.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2021-02-16 14:12:14 +08:00
Paul Spooren
6dba010157 build/prereq: require make 4.1 or later
FS#2086 "IS_TTY in the makefile is broken" reports flawed detection of
stdout piping to a file. The issue describes how e.g. terminal color
codes and up in log files if running make like `make > log.txt`.

The proposed solution uses the make variable "MAKE_TERMOUT", which was
introduced in make 4.1. All major distributions seem to updated to 4.1
or later, so this ideally dosen't break anything.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-02-15 16:35:49 -10:00
CN_SZTL
1774e6e9a3
Project ImmortalWrt: update feed url
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-02-06 16:58:12 +08:00
CN_SZTL
1121f2b449
README: remove outdated warning 2021-01-09 02:48:34 +08:00
Stijn Tintel
0ba83a7577 build: require rsync
It seems to be required to build toolchain/kernel-headers.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-12-07 18:23:13 +02:00
Paul Spooren
f281aca978 README: mv logo.svg include/logo.{png,svg}
Some Git hoster (e.g. sr.ht) disable hosting of svg images (xml) to
avoid XSS attacks. To show the logo correctly on all code hosters use a
"safe" PNG image.

Also move logo(s) to include/ folder to lower autocomplete churn with
the `logs/` folder. While at it, replace absolute logo path and make it
relative, as this may break other code hosters as well.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-12-01 10:18:07 -10:00
Paul Spooren
d0113711a3 README: port to 21st century
The README is no longer important to only developers but also users.
Reflect that by adding valuable information for everyone new to OpenWrt!

Sunshine

Signed-off-by: Paul Spooren <mail@aparcar.org>
[remove trailing whitespace and empty line at EOF]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-02 15:44:40 +02:00
CN_SZTL
af368bf8d6
brook: bump to 20200701 2020-07-27 19:33:13 +08:00
AmadeusGhost
c6f4eaf616 generic: change thermal to tristate
This commit fix https://github.com/project-openwrt/openwrt-latest-isco/issues/75
2020-04-08 17:15:11 +08:00
CN_SZTL
476779aef8
snapshot: adjust url 2020-04-08 01:58:42 +08:00
AmadeusGhost
9c40bbead2
readme: update build dependencies
fix https://github.com/project-openwrt/openwrt-isco/issues/155
fix https://github.com/project-openwrt/openwrt-latest-isco/issues/51
2020-04-06 19:41:43 +08:00
AmadeusGhost
182d64a47d
build dependencies: add libavahi-compat-libdnssd-dev 2020-04-03 02:49:26 +08:00
CN_SZTL
9829a4ffa4
README.md: fix typo 2020-02-11 20:46:45 +08:00
CN_SZTL
3a100a8255
Update README 2020-02-11 20:06:26 +08:00
CN_SZTL
7c33332326
README.md: update 2020-02-08 19:55:38 +08:00
CN_SZTL
6f7e8f7a7d
README.md: fix typo 2019-11-09 00:07:02 +08:00
CN_SZTL
bbb2afc876
update README.md & LICENSE 2019-11-09 00:05:43 +08:00