summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* lantiq: remove deprecated jffs2_nand configurationJohn Crispin2014-06-242-9/+1
| | | | | | | | | | | | | | | | | | | | | | As far as I am aware, amongst the lantiq boards, jffs2_nand was only used on the BTHOMEHUBV2B. Ubi-related modifications to the device tree for that board mean that the resulting jffs2 images no longer work, and are no longer required anyway. So I suggest removing the related configuration, which this patch does. If anyone else is using jffs2_nand on a lantiq target please speak up! Incidentally, for a jffs2 rootfs partition concatenated to the kernel image to be recognised and mounted correctly on nand this patch or something equivalent is required: http://patchwork.openwrt.org/patch/5110/ It is marked as accepted in patchwork but doesn't seem to have been committed. As far as I am concerned it too is deprecated. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 41312
* lantiq: ubinize autoresize flag for rootfs_dataJohn Crispin2014-06-241-0/+2
| | | | | | | | | Setting this flag allows rootfs_data to expand on first boot to fill remaining free space on nand. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 41310
* kernel: update 3.14 to 3.14.8Luka Perkov2014-06-245-15/+9
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41309
* brcm63xx: allow bcm963xx and livebox support at the same timeJonas Gorski2014-06-2175-625/+1272
| | | | | | | | | Use the CFE_EPTSEAL to tell them apart at runtime. Added for now only for the 3.14 until properly tested. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41296
* brcm63xx: update variant detection patches and fix VARID shiftJonas Gorski2014-06-2118-29/+45
| | | | | | | | | The variant id field shift was wrong, causing the variant detection to fail. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41295
* brcm63xx: fix up borked patchJonas Gorski2014-06-212-2/+30
| | | | | | Fix up patch borked by quilt fuzzy application of patches. SVN-Revision: 41294
* coding style cleanups, drop old kernel supportImre Kaloz2014-06-211-21/+8
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41293
* update mamba dtsImre Kaloz2014-06-201-14/+33
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41292
* make script executable, add WRT1900AC detectionImre Kaloz2014-06-201-0/+3
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41291
* define the power led for the WRT1900ACImre Kaloz2014-06-201-0/+18
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41288
* octeon: add sysupgrade support for the erliteJohn Crispin2014-06-201-0/+54
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41286
* octeon: build a sysupgrade image for erliteJohn Crispin2014-06-201-0/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41285
* imx6: add sysupgrade supportJohn Crispin2014-06-191-0/+19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41277
* imx6: the script populating /tmp/sysinfo/ was in the wrong pathJohn Crispin2014-06-192-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41276
* octeon: enable the ext4 featureJohn Crispin2014-06-191-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41275
* octeon: add basic board detectionJohn Crispin2014-06-194-18/+76
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41274
* kernel: drop now unused ubi forced detach patchJohn Crispin2014-06-191-41/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41272
* ramips: cleanup some rt305x profilesJohn Crispin2014-06-193-21/+14
| | | | | | | | | | move both asus boards to asus.mk rename HW5503G profile to HW550-3G to match name in image/Makefile (fixes #16599) Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41271
* lantiq: copy rootfs-overlay.ubi to bin/lantiqJohn Crispin2014-06-191-0/+1
| | | | | | | | | At the moment, an rootfs.ubi is copied over to bin/lantiq but rootfs-overlay.ubi is not. This adds it. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 41270
* lantiq: refresh patchesJohn Crispin2014-06-194-9/+31
| | | | | | | | this adds ben's ath9k fixup Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41269
* imx6: fix typo on wandboard detectionFlorian Fainelli2014-06-181-1/+1
| | | | | | | | | Revision r41256 introduced a typo (wandaboard => wandboard), but later revisions expect to match on "wandboard" Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 41262
* imx6: use /lib/imx6.sh inside the uci-defaults scriptJohn Crispin2014-06-181-11/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41257
* imx6: add a script to detect the board name and populate /tmp/sysinfoJohn Crispin2014-06-181-0/+63
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41256
* ar71xx: Fixes for 951Ui-2HnD board supportJohn Crispin2014-06-183-0/+10
| | | | | | | | | | | WAN and LAN are swapped the wrong way around. This patch fixes that by adding the 951Ui-2HnD to ar71xx.sh and the relevant entry in 02_network. This patch also defines the ACT LED as the status LED in diag.sh. Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41255
* octeon: fix up the cpu flagsJohn Crispin2014-06-181-2/+2
| | | | | | Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de> SVN-Revision: 41253
* octeon: add 3 upstream patches that fix issues on the esr-liteJohn Crispin2014-06-183-0/+186
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41252
* mvebu: be consistent with kernel config file namesLuka Perkov2014-06-171-0/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41240
* lantiq: DGN3500 (all known variants) factory and sysupgrade image building ↵John Crispin2014-06-171-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support This patch adds factory image building for the DGN3500, all variants, and fixes sysupgrade images to make them play nice with the sercomm secondary boot loader. The factory images can be used directly in the update dialog in the interface of the stock firmware and via the special Sercomm bootmode and a special windows flashing utility (allegedly present in the CD that came with the device -- but it's also compatible with the NSLU2 Upgrade_207_XP utility.) The special bootmode can be activated by turning the device on while holding the reset button pressed, then releasing it when the power led starts blinking red and green. Please notice that if using the 207 utility, it will always report that the flashing failed even though it completed successfully. Just power cycle the router manually after the utility reports the failure and OpenWRT will boot. This same utility (despite reporting failure in this case too) can revert a DGN3500 (any variant) to the appropriate stock Netgear firmware. This patch is a heavily modified version of a package I found on the OpenWRT forum with a couple fixes and features added -- mainly the generation of all the different image variants to support all known models directly, atm known variants are AnnexA-WW, AnnexA-NA and AnnexB-DE/GR. I tested the patch successfully on my device. Signed-off-by: Marco Antonio Mauro <marcus90@gmail.com> SVN-Revision: 41236
* add dummy fixup for 3.10Imre Kaloz2014-06-171-0/+21
| | | | SVN-Revision: 41234
* build images for the WRT1900ACImre Kaloz2014-06-171-2/+2
| | | | SVN-Revision: 41233
* preliminary support for the WRT1900AC (work in progress)Imre Kaloz2014-06-1714-0/+1841
| | | | SVN-Revision: 41232
* mpc85xx: fix typo in TP-Link WDR4900 profileJo-Philipp Wich2014-06-171-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41229
* ramips: RT-N56U support fixes and factory image creationJohn Crispin2014-06-164-3/+58
| | | | | | Signed-off-by: Mikko Hissa <mikko.hissa@werzek.com> SVN-Revision: 41224
* procd: various cleanups to /lib/upgrade/nand.shJohn Crispin2014-06-161-6/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41222
* kernel/3.1{0, 2, 3, 4}: mtd: m25p80: add support for EON EN25QH128John Crispin2014-06-164-0/+80
| | | | | | | | This flash is used in newer Ubnt UniFi AP Pro Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41219
* kernel: replace a ubifs patch by upstream commitJohn Crispin2014-06-162-241/+158
| | | | | | | | | | A modified version of 552-ubifs-respect-silent-mount-flag.patch has been merged upstream. Replace the patch in OpenWrt with the version which has been merged. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41218
* ramips: fixes XDXRN502J reset buttonJohn Crispin2014-06-161-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41217
* ramips: add vlan configuration for asiarf awm002-evbJohn Crispin2014-06-161-0/+1
| | | | | | | | | Without this, the ports all end up on vlan 1. This enables a separate WAN port that works. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41216
* ramips: restore AWM002-EVB profile in asiarf.mkJohn Crispin2014-06-161-2/+13
| | | | | | | | | | | | In a recent revision (r41177) John Crispin removed the profile for the AsiaRF AWM002 eval board while adding another AsiaRF board. This patch restores AWM002 and also corrects a misspelling and an apparently errant reference to an Allnet ALL0239-3G device. Signed-off-by: Galen Seitz <galens@seitzassoc.com> Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41215
* lantiq BTHOMEHUBV2B - update dts for automatic detection of ubi partition ↵John Crispin2014-06-161-5/+2
| | | | | | | | | | | | | | and rootfs type This patches the BTHOMEHUB2B device tree to make use of the new code for automatic detection of the ubi partition and the rootfs type within it. Gets rid of the ugly alternative bootargs lines. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> Acked-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41214
* lantiq: fixup vgv7519 usb supportJohn Crispin2014-06-161-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/16800 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41213
* kernel: fix pkt_type filter mask for packet socketsFelix Fietkau2014-06-138-8/+8
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41178
* ramips: add asiarf awapn2403 supportJohn Crispin2014-06-139-8/+104
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41177
* Update UML target to 3.10 and various improvementsSteven Barth2014-06-127-45/+382
| | | | | | | | | | | Updated target to 3.10.36. Added mconsole exec patch. Added pseudo-random MAC patch (from NetKit). Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi> Reviewed-by: Steven Barth <steven@midlink.org> SVN-Revision: 41172
* kernel: update 3.14 to 3.14.7Luka Perkov2014-06-1120-130/+37
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41150
* ramips: fix rt2x00 handling of default packages for subtargetsFelix Fietkau2014-06-117-3/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41145
* kernel: make sure the new UBIBLOCK symbol does not break buildsJohn Crispin2014-06-1111-0/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41134
* ar71xx: activate the nand sutargetJohn Crispin2014-06-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41133
* ar71xx: fix up kernel config for the nand subtargetJohn Crispin2014-06-111-2/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41132
* ar71xx: add sysupgrade support for wndr4300John Crispin2014-06-112-0/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41131