- May 13, 2020
-
-
Matthias Schiffer authored
-
- May 12, 2020
-
-
lemoer authored
-
- May 03, 2020
-
-
ctr49 authored
-
Matthias Schiffer authored
The precedence of different package lists was broken since #1876, disallowing removal of GLUON_FEATURES packages via GLUON_SITE_PACKAGES. Including all package selections, both implicit defaults and explicit handling in Gluon, the order of precedence is now the following: 1. OpenWrt defaults (including target-specific defaults) 2. Device-specific packages from OpenWrt 3. Generic default packages (from target/generic) 4. Target default packages (target/$(GLUON_TARGET)) 5. Removal of opkg for tiny targets 6. Packages derived from GLUON_FEATURES + GLUON_FEATURES_$(class) 7. GLUON_SITE_PACKAGES 8. GLUON_SITE_PACKAGES_$(class) 9. Device-specific packages from target/$(GLUON_TARGET) 10. Device-specific packages from GLUON_$(device)_SITE_PACKAGES This also contains various pieces of cleanup: - No hardcoded order of device classes for target_config.lua arguments anymore (in fact, the Makefile doesn't know anything about device classes now) - target_conifg_lib.lua only hardcodes the fallback class for x86, no other occurences of specific class names - Feature -> package list mapping is moved from Makefile to the Lua code as well (still implemented in Shell though)
-
- Apr 27, 2020
-
-
André Fiedler authored
-
- Apr 26, 2020
-
-
David Bauer authored
This device has broken Ethernet on both ports. Remove support for those devices. for now, as there was no feedback from the original author. Closes #1943
-
- Apr 25, 2020
-
-
aiyion.prime authored
v2 is available on the market, but apparently has no upstream support, yet: https://forum.openwrt.org/t/v2-of-cudy-wr1000/56965
-
- Apr 09, 2020
-
-
Jan Alexander authored
-
- Apr 06, 2020
-
-
David Bauer authored
x86-geode does not include the common x86 target-settings. Thus we need to specify the device class in order to build images with all necessary packages included.
-
- Mar 27, 2020
-
-
David Bauer authored
When adding device classes, targets without devices such as x86 were not handled. As site and feature packages are included on such a per-device decision, x86 images ended up without most packages. Include a class setting for a target and include the class-packages target-wide when this setting is configured. Fixes 9c523650 ("build: introduce device classes")
-
- Mar 25, 2020
-
-
David Bauer authored
This commit assigns class-flags to devices. The following scheme is used: - ath9k & ath10k: tiny if RAM <128M - ath10k & ath10k: tiny if RAM <256M - all: tiny if RAM <64M - all: tiny if flash <8M All other devices automatically have the default device-class selected.
-
- Mar 23, 2020
-
-
David Bauer authored
-
- Mar 14, 2020
-
-
Matthias Schiffer authored
Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Andreas Ziegler authored
-
- Mar 09, 2020
-
-
Andreas Ziegler authored
-
Martin Weinelt authored
There is no factory image, they are flashed using the sysupgrade image.
-
David Lutz authored
-
Jan Alexander authored
-
- Feb 04, 2020
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Fixes: c3435607 ("generic: increase RootFS size when GLUON_DEBUG is enabled")
-
- Feb 02, 2020
-
-
Manu.WTF authored
-
Andreas Ziegler authored
-
Andreas Ziegler authored
-
- Jan 31, 2020
-
-
Jan Alexander authored
-
- Jan 26, 2020
-
-
Nudelsalat authored
-
- Jan 20, 2020
-
-
Steffen Förster authored
Specification: - MediaTek MT7620A (580 Mhz) - 64 MB of RAM - 8 MB of FLASH - 2T2R 2.4 GHz and 1T1R 5 GHz - 5x 10/100 Mbps Ethernet - 2x external, non-detachable antennas - UART (J1) header on PCB (115200 8n1) - 8x LED (GPIO-controlled*), 2x button, power input switch - 1 x USB 2.0 port
-
- Jan 18, 2020
-
-
Jan Alexander authored
-
- Jan 10, 2020
-
-
Dark4MD authored
-
Steffen Förster authored
TP-Link TL-WR902AC v3 is a pocket-size dual-band (AC750) router based on MediaTek MT7628N + MT7650E. Specification: - MediaTek MT7628N/N (580 Mhz) - 64 MB of RAM - 8 MB of FLASH - 2T2R 2.4 GHz and 1T1R 5 GHz - 1x 10/100 Mbps Ethernet
-
- Jan 08, 2020
- Jan 05, 2020
-
-
Dark4MD authored
WiFi driver is stable now.
-
David Bauer authored
This increases the size of the root filesystem when GLUON_DEBUG is enabled. Otherwise, the filesystem is too small. Closes #1907
-
David Bauer authored
The Aruba Instant On AP11 is the Aruba AP-303 with a stripped-down firmware. Add an alias for the device to remove confusion about the different naming.
-
- Jan 04, 2020
-
-
David Bauer authored
Remove the ath10k-ct-smallbuffers variant from the default package-seleciton as it clashes with the QCA ath10k driver.
-
David Bauer authored
-
- Dec 23, 2019
-
-
David Bauer authored
-
- Dec 19, 2019
-
-
Dark4MD authored
-
- Dec 12, 2019
-
-
Dark4MD authored
-
- Dec 11, 2019
-
-
Dark4MD authored
Flash instructions in the OpenWRT Commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=eae6cac6a30b95bef04d033ed8a303b7e35a078b
-