Commit Graph

577 Commits

Author SHA1 Message Date
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
Matthias Schiffer
de6fcda871 Also update ubus alongside netifd and libubox 2014-04-19 14:42:19 +02:00
Matthias Schiffer
3c5101f821 Update netifd again 2014-04-19 14:04:21 +02:00
Matthias Schiffer
275e90c283 netifd: fix proto none crash 2014-04-19 05:52:35 +02:00
Matthias Schiffer
28d49e9872 Update netifd from Barrier Breaker
This allows us to drop our config mode patch.
2014-04-18 19:07:19 +02:00
Matthias Schiffer
02b4f0c51b Update upstream modules
This updates OpenWRT and rebases our patches.

Furthermore, the mac80211 module is removed as currently the Attitude Adjustment
main repo has a newer version (and some fixes that aren't in the backport repo).

Also, update odhcp6c from Barrier Breaker.
2014-04-18 18:48:01 +02:00
Matthias Schiffer
5a4767b78f Add support for the TP-LINK TL-WR841N/ND v9 2014-03-30 00:10:40 +01:00
Matthias Schiffer
bcecec2345 Update OpenWRT and mac80211 2014-03-29 21:30:50 +01:00
Matthias Schiffer
75916cd1b3 profiles: add support for the TL-WA901N/ND v2 2014-03-29 21:25:37 +01:00
Matthias Schiffer
2c751d3612 Update gluon packages 2014-03-17 15:25:18 +01:00
Matthias Schiffer
54fb14803f Update gluon packages 2014-03-14 16:11:04 +01:00
Matthias Schiffer
85b7e00d73 Update gluon packages 2014-03-11 20:45:27 +01:00
Nils Schneider
54f8722b99 contrib: add sign.sh 2014-03-10 22:26:51 +01:00
Nils Schneider
55a068104f Merge pull request #86 from magujs/patch-1
profiles.mk: fix typo
2014-03-06 00:59:48 +01:00
Magu
ed11b39d72 profiles.mk: fix typo 2014-03-06 00:24:44 +01:00
Matthias Schiffer
2aba5daf8b Remove now unneeded jshn patch 2014-03-04 14:51:37 +01:00
Matthias Schiffer
38842584e5 Update gluon packages 2014-03-04 14:48:16 +01:00
Nils Schneider
664c8e39de Merge pull request #81 from FreifunkBremen/master
remove kmod-usb-storage and kmod-usb-storage-extra
2014-03-04 14:37:57 +01:00
Jan-Philipp Litza
ad99881b75 remove kmod-usb-storage and kmod-usb-storage-extra
Fixes #65
2014-03-04 14:36:41 +01:00
Matthias Schiffer
81a2e2d2fd Update gluon packages 2014-03-03 20:32:39 +01:00
Matthias Schiffer
c145eecd5a Update gluon packages 2014-03-02 22:15:50 +01:00
Matthias Schiffer
cd01713760 Update gluon packages 2014-03-02 18:29:40 +01:00
Matthias Schiffer
8cc85f1e8a Update mac80211 packages 2014-03-02 18:15:25 +01:00