Matthias Schiffer
5cc6e820ea
Fix TL-MR3220 v2 image generation
...
This broke due to a recent OpenWrt update.
2015-08-07 20:56:43 +02:00
Kokel
8ccb173992
Add support for TP-Link TL-WR710N v2
...
Tested-by: @kokel
2015-08-06 16:21:40 +02:00
Neal Oakey
3f2f37f098
TP-Link TL-WA701ND v2: remove BROKEN
2015-07-30 15:11:39 +02:00
Matthias Schiffer
6f1989d43a
ar71xx-generic: also provide images for the Ubiquiti Loco, Picostation and Rocket M
...
While the images are the same that are used for the Bullet M, adding these
copies will help users choose the correct image for their device.
2015-07-21 15:43:56 +02:00
Matthias Schiffer
bb869b800e
ar71xx-generic: add images for TL-WR940N
...
These are identical to the TL-WR941ND (and identify as TL-WR941ND
internally).
2015-07-21 15:42:13 +02:00
Matthias Schiffer
508dca41eb
Update DEFAULT_OPKG_REPO to 15.05-rc3
2015-07-18 21:22:21 +02:00
Matthias Schiffer
2eb59ddec0
Add support for sunxi target and BananaPi profile (untested)
2015-07-16 23:07:10 +02:00
Matthias Schiffer
cee83c60c0
brcm2708: add sysupgrade support
2015-07-15 22:06:01 +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
d4c6b31454
ar71xx-generic: remove unneeded CONFIG_TARGET_ROOTFS_JFFS2 option
...
This default to n now by default
2015-07-12 22:09:15 +02:00
Matthias Schiffer
7d7c093007
brcm2708-bcm2708/-bcm2709: remove unnecessary package list
...
These packages are included by OpenWrt by default on this target and don't
need to be specified manually.
2015-07-12 18:46:30 +02:00
Matthias Schiffer
cb40f149f3
Add support for brcm2708-bcm2708 and -bcm2709 targets
...
Original patch by @MPW1412
2015-07-10 19:38:41 +02:00
Matthias Schiffer
961d82e37f
Add x86-64 target
2015-07-09 01:20:21 +02:00
Matthias Schiffer
d8a6c16da2
x86-generic: add kmod-e1000e network driver
2015-07-09 01:20:21 +02:00
Neal Oakey
99fbafdf0c
TP-Link TL-WA830RE v2: remove BROKEN
2015-07-04 17:03:21 +02:00
Matthias Schiffer
514f14863b
Add support for TP-Link TL-WA801N/ND v1
...
Tested-by: @RubenKelevra
2015-07-01 17:17:38 +02:00
Matthias Schiffer
bccfc0419e
Add support for TP-LINK TL-WR740N/TL-WR741ND
...
The TL-WR741ND will identify itself as a TL-WR740N/ND as well. This is fine as
the images are identical anyways.
2015-06-21 23:01:58 +02:00
Matthias Schiffer
8e87d84120
Update default opkg repo to 15.05-rc2
2015-06-16 00:58:18 +02:00
Matthias Schiffer
bf0f1cd53f
Update OpenWrt base and packages
...
This also fixes the TL-WA830RE v1 model name.
2015-06-05 17:38:26 +02:00
Matthias Schiffer
ab10be9f50
We're on Chaos Calmer now
2015-05-22 01:09:19 +02:00
Florian Klink
b3f44325c4
add support for TP-LINK TL-WA830RE v1.0
...
final image name is shown as tp-link-tl-wa830re-v10
primary mac is the one printed on the case
2015-05-21 00:49:14 +02:00
Matthias Schiffer
0d4dd90e2b
Merge pull request #351 from aeickho/WNDRMACv2
...
remove broken flag for Netgear WNDRMACv2
2015-04-25 23:03:53 +02:00
Alex Eickhoff
bb2a185295
remove broken flag for Netgear WNDRMACv2
...
Signed-off-by: Alex Eickhoff <alex@artbanause.de>
2015-04-25 22:29:02 +02:00
Matthias Schiffer
750d9587ea
Remove BROKEN for Unifi UAP Pro
2015-04-18 19:52:17 +02:00
bjoern
1607d179e0
ar71xx-generic: add support for TP-Link TL-MR3220 v2
2015-04-11 14:24:22 +02:00
Matthias Schiffer
4da07244f3
ar71xx-generic: remove BROKEN flag from gl-inet profile
2015-03-16 18:32:55 +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
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
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
58d733f9a0
Add support for GL.iNet 6416A and 6408A
2015-03-13 12:02:35 +01:00
Matthias Schiffer
dfc856499b
x86-kvm_guest: fix rootfs partname
2015-03-10 17:21:08 +01:00
Matthias Schiffer
88da2fad44
Mark TL-WA701N/ND v1 as tested
2015-03-09 10:39:11 +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
Matthias Schiffer
ac6e76c6f5
Merge branch 'patch-1' of https://github.com/kupschke/gluon
2015-03-07 18:48:03 +01:00
Matthias Schiffer
dd29ac3290
x86-kvm_guest: remove unneeded image types from OpenWrt config
2015-03-07 16:55:22 +01:00
Matthias Schiffer
bad4288b90
Add virtio-enabled kvm_guest target
2015-03-07 16:40:06 +01:00
Matthias Schiffer
f3273c6616
x86-generic: add more network drivers
2015-03-07 16:39:55 +01:00
Dominik Kupschke
52698e62ba
Update profiles.mk
...
Added TLWR743
2015-03-03 13:09:42 +01:00
Matthias Schiffer
bc648e4029
Add support for NETGEAR WNDRMAC v1/v2 (untested)
2015-02-24 00:16:22 +01:00
Frnk Snck
754e4af1d7
Add support for ALLNET ALL0315N
...
Built, flashed and successully tested. This patch takes advantage of patch freifunk-gluon@e93173c which solved issue freifunk-gluon#226 by introducing "GluonProfileFactorySuffix". Packages are separated by a space, not a comma. The ALL0315N initially has a OpenWRT based firmware and there is no need for a factory image. The sysupgrade can be flashed instantly.
2015-02-18 17:53:35 +01:00
Matthias Schiffer
a376c6cf64
Add support for the UniFi AP Outdoor+ (broken because of WLAN issues)
2015-02-17 21:29:57 +01:00
Matthias Schiffer
71145d8016
Remove BROKEN for TP-LINK TL-WR2543N/ND
2015-02-09 13:15:03 +01:00
Matthias Schiffer
9c2463dd8c
Add support for Ubiquiti LS-SR71 (untested)
2015-02-08 19:12:15 +01:00
Matthias Schiffer
35ef35351e
Add support for TP-LINK TL-WA901ND v3
2015-02-06 20:15:55 +01:00