Commit Graph

705 Commits

Author SHA1 Message Date
@RubenKelevra
6787d995a6 Update OpenWRT-Repo to get the openssl-update 2015-04-03 19:58:42 +02:00
Matthias Schiffer
326143f502 batman-adv (compat 15): fix application of no_rebroadcast option 2015-04-02 20:24:42 +02:00
Benny Baumann
a3559a4d32 contrib/sign.sh: fix handling of filenames with spaces 2015-03-29 21:37:15 +02:00
Matthias Schiffer
9449f0f5d8 Update NETGEAR WNDR3700/3800 model string detection patch 2015-03-29 14:06:56 +02:00
Matthias Schiffer
6bad3e385a docs: updates to "Getting Started" 2015-03-25 19:14:18 +01:00
Matthias Schiffer
b7d256b69d docs: add releases/v2015.1 to TOC tree 2015-03-25 18:54:52 +01:00
Matthias Schiffer
013a1500ff docs: update version number to 2014.4+ 2015-03-25 18:53:46 +01:00
Matthias Schiffer
5415806f33 x86: update PARTUUID patch to work with leading zeros 2015-03-23 21:33:43 +01:00
Nils Schneider
b336a8d882 Merge pull request #315 from mweinelt/master
site.rst: document ingress/egress unit in simple_tc
2015-03-23 21:07:25 +01:00
hexa-
a6cd3a387e site.rst: document ingress/egress unit in simple_tc 2015-03-23 20:49:21 +01:00
Matthias Schiffer
a11d4a56b0 Use different BUILD_DIRs and STAGING_DIRs for different targets 2015-03-21 21:33:42 +01:00
Matthias Schiffer
e719df04bf build: move profile build directories to a new subdir 2015-03-21 19:04:51 +01:00
Matthias Schiffer
8fc4a037ff Update gluon packages 2015-03-21 18:47:57 +01:00
Matthias Schiffer
ff05a1f3ca build: don't delete TMP_DIR during image generation 2015-03-21 18:46:46 +01:00
Matthias Schiffer
8aca9222ef build: fix scripts/config/conf build 2015-03-21 18:42:24 +01:00
Matthias Schiffer
352212b323 Update gluon packages 2015-03-21 17:08:22 +01:00
Matthias Schiffer
f573627462 base-files: disable reset button handling
This conflicts with our reset button usage.
2015-03-21 16:41:37 +01:00
Matthias Schiffer
a320ef7d5f Delegate scripts/config/conf build to OpenWrt makefile
Otherwise some dependencies aren't respected.
2015-03-21 14:50:52 +01:00
Nils Schneider
ab8c88dd84 Merge pull request #312 from FreifunkBremen/master
Document changes to hostname_prefix field of site.conf
2015-03-21 14:36:28 +01:00
Jan-Philipp Litza
5faca867c4 Document changes to hostname_prefix field of site.conf 2015-03-21 14:33:18 +01:00
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