Commit Graph

499 Commits

Author SHA1 Message Date
Matthias Schiffer
a8ff4616fc Update OpenWrt 2014-05-24 20:15:18 +02:00
Matthias Schiffer
1332ce24bb Add support for D-Link DIR-615 rev. E1 2014-05-21 23:39:14 +02:00
Matthias Schiffer
5f62e5343f Update OpenWrt 2014-05-21 22:37:23 +02:00
Matthias Schiffer
356ab27073 Some (unfinished) x86 support 2014-05-21 20:21:32 +02:00
Matthias Schiffer
42da0db96c Backport a few patches from Barrier Breaker to improve grub2 support 2014-05-21 19:43:05 +02:00
Matthias Schiffer
4e6628cebf Update mac80211 backport to r40804 2014-05-20 19:00:20 +02:00
Matthias Schiffer
66fa892390 Separate backports for hostapd and mac80211 2014-05-20 15:14:14 +02:00
Matthias Schiffer
3e07f0cb08 Makefile: add missing target/Makefile include 2014-05-20 15:14:13 +02:00
Matthias Schiffer
0238548d0b Update gluon packages 2014-05-19 00:18:26 +02:00
Matthias Schiffer
3f58092023 Fix initial Lua build 2014-05-18 21:31:37 +02:00
Matthias Schiffer
3fd892c2e6 README: add some clarifications about factory/sysupgrade images 2014-05-17 14:51:35 +02:00
Matthias Schiffer
7857eaad4a README: Update with regard to clean/cleanall 2014-05-17 14:49:44 +02:00
Matthias Schiffer
0ab1b2700a Update gluon packages 2014-05-17 13:48:45 +02:00
Matthias Schiffer
5c10234dc5 Add luci patches to support string templates 2014-05-16 13:01:06 +02:00
Matthias Schiffer
705595574d Remove things not needed anymore with the new site config 2014-05-15 22:59:13 +02:00
Matthias Schiffer
94b6b125e1 Update gluon packages 2014-05-15 22:59:13 +02:00
Matthias Schiffer
1b520c6856 Use site_config loader from gluon packages 2014-05-15 22:59:12 +02:00
Matthias Schiffer
78dc654314 Update gluon packages 2014-05-15 22:59:12 +02:00
Matthias Schiffer
62feaab756 Add "portable" md5sum and sha512sum scripts 2014-05-15 22:59:12 +02:00
Matthias Schiffer
3a6561a40c New Lua-based site configuration 2014-05-15 22:59:12 +02:00
Matthias Schiffer
5c92684abe Clean up QCA953x support patch 2014-05-15 22:19:11 +02:00
Matthias Schiffer
1f1ea9dc1f Don't make config target twice from different contexts 2014-05-12 08:13:34 +02:00
Matthias Schiffer
49a04d59a9 make: move prepare-tmpinfo to Gluon Makefile and remove SCAN_DEPTH
We were missing the luci packages...
2014-05-12 07:59:06 +02:00
Matthias Schiffer
f502d1443c make: don't install with --force-*, we want to know when something breaks 2014-05-12 07:40:00 +02:00
Matthias Schiffer
b4d017643d Remove prepared stamp on make clean 2014-05-12 07:21:35 +02:00
Matthias Schiffer
0c0ce66c4b Fix cleanall target 2014-05-11 22:27:36 +02:00
Matthias Schiffer
0fd92dd685 Use target-specific openwrt directories with symlinks
This allows us to use separate .config files per target. Also, don't use
OpenWRT's feeds script anymore, but symlink the feeds ourselves.
2014-05-11 10:47:35 +02:00
Matthias Schiffer
635192e3e9 Update gluon packages 2014-05-11 10:04:17 +02:00
Matthias Schiffer
6e8532e39d Generate .config without symlink again
Otherwise, `make cleanall` fails...
2014-05-11 06:12:09 +02:00
Matthias Schiffer
941301680d Include rules.mk earlier so STAGING_DIR_HOST is available in gluon.mk 2014-05-10 16:56:31 +02:00
Matthias Schiffer
f5af6dfe57 README: autoupdater 2014-05-10 15:57:07 +02:00
Matthias Schiffer
7310c9e662 README: some info about updating and rebuilding Gluon 2014-05-10 15:27:30 +02:00
Matthias Schiffer
2c1a54b353 Another build fix
Explicitly re-build prepare-tmpinfo after the feeds have been installed, as it
isn't done automatically anymore since we have the gluon-tools target.
2014-05-10 15:09:08 +02:00
Matthias Schiffer
d066bdec3b Fix initial build 2014-05-10 11:53:50 +02:00
Matthias Schiffer
8644bfbc18 More multi-target support (still not finished...) 2014-05-10 11:52:06 +02:00
Matthias Schiffer
3b8ad88ce4 Some work towards multi-target support 2014-05-09 15:02:46 +02:00
Matthias Schiffer
379c293b8d make: include the SUBTARGET in BOARD_BUILDDIR
Also, more cleanup.
2014-05-09 15:02:46 +02:00
Daniel Ehlers
03c0a03e6f Make the version repo site configurable
Introduce a new value "opkg_repo" in the site configuration.
The value should be a single domain name,
e.g. "http://opkg.services.ffki/attitude_adjustment/12.09/%S/packages".
2014-05-09 15:01:00 +02:00
Daniel Ehlers
bd28aa99ae Return exit code on missing value
Let the site configuration value script return 1 when
the requested value is not available.This enables us
to react on failures, so we can for example use a default
value.

With this patch the script will return with exitcode 1 if
the value is not found and no output on stdout. Otherwise
exitcode is 0 and the value is returned on stdout.
2014-05-09 13:38:26 +02:00
Matthias Schiffer
14b52a6fd4 Allow building single targets (like single packages etc.) 2014-05-09 09:06:41 +02:00
Matthias Schiffer
f873d6b462 make: remove unneeded rule dependency (it is already defined in openwrt/tools/Makefile) 2014-05-09 08:57:51 +02:00
Matthias Schiffer
c66ffd1daf make: nicer gluon-tools dependencies 2014-05-09 08:52:25 +02:00
Matthias Schiffer
6c862525f7 Use GNU stat (as determined by OpenWRT) for GLUON_CONFIG_VERSION
This *should* fix the build on non-Linux systems like MacOS X.
2014-05-08 00:49:46 +02:00
Matthias Schiffer
de223ceaf2 Update QCA953x support
This should fix the TX power problems with the TL-WR841N/ND v9.
2014-05-05 03:59:21 +02:00
Matthias Schiffer
207bcf5a03 Update mac80211 backport 2014-05-05 03:36:52 +02:00
Matthias Schiffer
ef66c9efed Add support for TL-WR842N/ND v2 and TL-MR3420 v2
Only compile tested, might not work.
2014-05-01 02:47:57 +02:00
Matthias Schiffer
5df63b7f65 Update mac80211 backport 2014-04-30 00:55:07 +02:00
Matthias Schiffer
8194bc1d07 Backport hostapd and mac80211 from Barrier Breaker 2014-04-28 23:33:09 +02:00
Matthias Schiffer
67d7c989dc Fix a few error messages and other strangeness on make update in a clean tree 2014-04-23 22:16:48 +02:00
Matthias Schiffer
74c8501b34 Add profile for D-Link DIR-825 rev. B1 2014-04-23 19:35:35 +02:00