Commit Graph

685 Commits

Author SHA1 Message Date
Matthias Schiffer c676934e88 build: don't enable all kernel modules in the general OpenWrt .config
With this change, there are two OpenWrt config files: one for the packages
actually used by Gluon, and one with all kernel modules enabled (like it was
since we removed the static kernel configs). The config with all kernel modules
is only used to generate the kernel configuration (so it is compatible with the
upstream kernel).

This should bring the build times back to what they were before the static
configs were removed.
2015-03-20 02:15:58 +01:00
Matthias Schiffer c059c98074 build: make manifest generation more robust 2015-03-20 00:55:22 +01:00
Matthias Schiffer a2e88140c0 docs: update site documentation for new i18n support 2015-03-19 23:09:40 +01:00
Matthias Schiffer 2538b1b108 docs: add POT file to site example 2015-03-19 22:59:51 +01:00
Matthias Schiffer 0f0abd2c7f docs: update site-example for i18n support 2015-03-19 22:46:01 +01:00
Matthias Schiffer 175abc61ef Update gluon packages 2015-03-19 22:23:23 +01:00
Matthias Schiffer 34b34d0c3f luci: fall back to English if no language matches 2015-03-19 21:29:30 +01:00
Matthias Schiffer 267831b04d Remove now unused md5sum.sh script 2015-03-19 19:08:41 +01:00
Matthias Schiffer 3d2bc2a188 build: allow setting the source directory for PO files 2015-03-19 19:07:27 +01:00
Matthias Schiffer f6b68184ab Update gluon packages 2015-03-19 19:06:52 +01:00
Matthias Schiffer 746d0c6b8a Update gluon packages 2015-03-19 02:37:41 +01:00
Matthias Schiffer c457e7a99b Update gluon packages 2015-03-18 20:53:53 +01:00
Matthias Schiffer 7401d02ca4 Add i18n support 2015-03-18 20:21:24 +01:00
Matthias Schiffer 8fbe5d88e0 Refresh openwrt patches 2015-03-18 20:18:54 +01:00
Matthias Schiffer f031a03ffa Update gluon packages 2015-03-17 23:54:36 +01:00
Matthias Schiffer 869d39730f Update openwrt base 2015-03-17 22:46:58 +01:00
Matthias Schiffer 4da07244f3 ar71xx-generic: remove BROKEN flag from gl-inet profile 2015-03-16 18:32:55 +01:00
Matthias Schiffer ab3322079c Fix ath10k build on x86 2015-03-16 15:52:53 +01:00
Matthias Schiffer 28f35becbf build: minor make logging adjustments 2015-03-16 15:52:46 +01:00
Matthias Schiffer 630de84465 Get rid of the static kernel configuration files
With a backported patch from the OpenWrt trunk, it is now easy to generate an
equivalent configuration using CONFIG_ALL_KMODS.

The build will take a bit longer because all kernel module packages are actually
built even when they are not included in the image, but adding new targets
becomes a lot easier.

Also, related documentation updates and fixes.
2015-03-16 13:54:09 +01:00
Matthias Schiffer 41df7400d8 Revert "x86-generic: enable CONFIG_DMIID"
This reverts commit 59ea630ed2.
2015-03-16 00:55:32 +01:00
Matthias Schiffer b280f73d34 x86-generic: build all images with the same modules, use the same sysupgrade image for all profiles 2015-03-16 00:54:46 +01:00
Matthias Schiffer 187070e3ef Update gluon packages 2015-03-16 00:52:12 +01:00
Matthias Schiffer c0200ebd42 ar71xx: fix TP-LINK TL-WDR3600/4300 RFKILL switch positions 2015-03-15 21:04:21 +01:00
Matthias Schiffer 692a7d5261 Add experimental fix for NETGEAR WNDR3700/3800 model string detection 2015-03-15 19:57:56 +01:00
Matthias Schiffer f4eb650488 Update gluon packages 2015-03-15 19:40:30 +01:00
Matthias Schiffer 59ea630ed2 x86-generic: enable CONFIG_DMIID
This shouldn't affect compatiblity with kernel modules and will allow us to
find out under which hypervisor we're running.
2015-03-15 19:16:01 +01:00
Matthias Schiffer 20a8c95eb5 x86-{generic,kvm_guest}: generate sysupgrade images
No autoupdater support yet, but that will follow.
2015-03-15 18:26:29 +01:00
Matthias Schiffer 22b14a5f54 x86: better rootfs handling 2015-03-15 18:18:13 +01:00
Matthias Schiffer 6f1594666d build: don't require GLUON_TARGET for dirclean 2015-03-14 22:23:42 +01:00
Matthias Schiffer 4d7d3d05b3 build: manifest: fix lua path 2015-03-14 21:55:24 +01:00
Matthias Schiffer 11ea225bec build: manifest: check for prepared instead of target-prepared stamp 2015-03-14 21:52:29 +01:00
Matthias Schiffer 97d3045dc0 docs: autoupdater: remove parts only relevant for Gluon versions before v2014.3 2015-03-14 19:20:45 +01:00
Matthias Schiffer b44a02773e docs: adjust to new target handling 2015-03-14 19:20:11 +01:00
Matthias Schiffer c20d0b4130 Rework target handling
Don't set ar71xx-generic target by default, generate manifest for all built
targets.
2015-03-14 19:11:17 +01:00
Matthias Schiffer 68ff6da1c4 Simplify manifest generation 2015-03-14 16:33:55 +01:00
Matthias Schiffer 613088595c Update gluon packages 2015-03-14 16:30:26 +01:00
Matthias Schiffer 9fbad3d324 Remove BROKEN flag for NETGEAR WNDR3700v4 and WNDR4300 2015-03-14 14:33:24 +01:00
Matthias Schiffer 4a304ab1f1 Add experimental support for ar71xx-nand target
Includes a profile for the NETGEAR WNDR3700v4 and WNDR4300v1
2015-03-13 21:47:00 +01:00
Matthias Schiffer 564cfc8019 Restructure image suffix handling to make it more flexible 2015-03-13 21:27:15 +01:00
Matthias Schiffer 4591857e1f Update gluon packages 2015-03-13 20:17:20 +01:00
Matthias Schiffer 58d733f9a0 Add support for GL.iNet 6416A and 6408A 2015-03-13 12:02:35 +01:00
Matthias Schiffer ce0931384e uClibc: fix syscall() for syscalls with 6 arguments on PowerPC 2015-03-11 18:44:57 +01:00
Matthias Schiffer dfc856499b x86-kvm_guest: fix rootfs partname 2015-03-10 17:21:08 +01:00
Matthias Schiffer ba26256138 ar71xx: Archer C5/C7 LED fixes 2015-03-10 14:09:34 +01:00
Matthias Schiffer 4daef2f804 Update gluon packages 2015-03-10 14:09:12 +01:00
Matthias Schiffer 8aa65f1c2c mac80211: update ath10k to compat-wireless-2015-03-05
Also add some patches from OpenWrt trunk and use the CT ath10k firmware.
2015-03-10 13:20:12 +01:00
Matthias Schiffer 88da2fad44 Mark TL-WA701N/ND v1 as tested 2015-03-09 10:39:11 +01:00
Matthias Schiffer a35e9620b8 build: prepare tmpinfo before generating config 2015-03-07 21:07:36 +01:00
Matthias Schiffer ffccf4c29f Add support for TP-LINK TL-WA701N/ND v1 and v2 (untested) 2015-03-07 18:58:51 +01:00