Matthias Schiffer
cc174ad1d0
x86: copy separate kernel and rootfs images to "other" directory
...
For regular use, a full disk image is always recommended, as it is
required to support sysupgrades.
During development or for automated tests, separate images for the
kernel and rootfs may be useful to pass additional kernel cmdline or use
nfsroot/virtiofs. The rootfs is only available as a (squashfs)
filesystem image, not as a TAR archive (the TAR archive in OpenWrt's bin
directory does not contain DEVICE_PACKAGES, so it is missing most of
Gluon's packages).
2021-12-31 13:47:36 +01:00
Matthias Schiffer
cd7da8472e
x86: fix indentation of package lists
2021-12-31 13:46:41 +01:00
David Bauer
9afb48b6b8
x86: use upstream APU2 LED / GPIO driver
2021-06-22 01:59:48 +02:00
David Bauer
2acc7f1bae
x86: update profile names
2021-06-22 01:59:48 +02:00
Matthias Schiffer
09a09d634a
scripts: avoid global variables in target handler scripts
2019-06-18 01:34:45 +02:00
Matthias Schiffer
071cf7b20f
Switch to Lua for target definitions
...
The old bash-based parsing code was way too complex. Replace it with Lua.
2019-06-15 23:34:07 +02:00
Petr Štetiar
9dc1ac7f58
build: replace hardcoded paths with overridable variables
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-04-22 22:00:45 +02:00
txt-file
97485dcecf
target x86-*: change from ext4 to squashfs ( #1634 )
...
This allows for smaller firmware images and makes it possible to reset a
device via firstboot command.
Signed-off-by: Matthias Fritzsche <matthias@chemnitz.freifunk.net>
2019-02-03 23:57:16 +01:00
Matthias Schiffer
a2eb50e0e6
x86: move common parts of x86-generic and x86-64 to include file
2018-04-26 22:59:36 +02:00
Matthias Schiffer
818acd6021
x86: remove bash and wget again
...
Let's keep the default package selection to hardware support.
2018-04-26 22:55:36 +02:00
Andreas Ziegler
563f351b78
x86: add packages: leds, sensors, gpio, usb, wifi and tools
2018-04-26 20:54:49 +02:00
Matthias Schiffer
8ea481edea
x86: add kmod-8139cp by default
...
Fixes #1022
2017-02-03 22:35:56 +01:00
Matthias Schiffer
78b2775eec
Use LEDE as base for Gluon
2017-01-18 17:21:43 +01:00
Andreas Ziegler
9fba8d7a64
x86: include kmod-igb, kmod-sky2 and kmod-tulip into generic and 64 subtargets
2016-11-06 15:07:06 +01:00
Andreas Ziegler
dbc6fe70d7
x86: sort network packages alphabetically
2016-11-06 15:06:24 +01:00
Matthias Schiffer
cb404a944b
build: remove vermagic hack
...
As the Gluon kernel won't be compatible with the OpenWrt upstream anymore,
we don't need the vermagic hack anymore.
2015-10-29 18:44:00 +01:00
Matthias Schiffer
595e337d9a
x86: include kmod-forcedeth into generic and 64 subtargets
2015-10-08 13:21:50 +02:00
Matthias Schiffer
46f996b4f0
Update modules
...
This also takes us past the OpenWrt 15.05 final release.
2015-09-21 21:02:31 +09:00
Matthias Schiffer
508dca41eb
Update DEFAULT_OPKG_REPO to 15.05-rc3
2015-07-18 21:22:21 +02:00
Matthias Schiffer
8434686085
build: implicitly configure board and subtarget options
...
The file targets/$GLUON_TARGET/config becomes optional, as many targets
only used it to set the board and subtarget.
Also fix targets without subtarget.
2015-07-12 22:38:41 +02:00
Matthias Schiffer
961d82e37f
Add x86-64 target
2015-07-09 01:20:21 +02:00