Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ar71xx: fix more image build code whitespace/tab issues | Felix Fietkau | 2016-07-21 | 1 | -6/+6 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | imagebuilder: strip DEVICE_ prefix from profiles (FS#55) | Felix Fietkau | 2016-07-21 | 2 | -4/+6 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: fix image builder profile override (FS#55) | Felix Fietkau | 2016-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ar71xx: fix tab vs whitespace issue in image building code | Felix Fietkau | 2016-07-21 | 1 | -180/+180 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ar71xx: remove obsolete MultiProfile template code | Felix Fietkau | 2016-07-21 | 1 | -40/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mvebu: switch to the new image build code | Felix Fietkau | 2016-07-21 | 6 | -405/+127 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kernel: update bcma backporting changes up to 4.8 | Rafał Miłecki | 2016-07-20 | 4 | -3/+101 |
| | | | | | | This allows building bcm47xxsflash on ARM. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> | ||||
* | kernel: backport patch for MTD_BCM47XXSFLASH dependency | Rafał Miłecki | 2016-07-20 | 2 | -0/+41 |
| | | | | | | | This is required to update bcma without build breakage. One of bcma patches changes BCMA_SFLASH dependency. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> | ||||
* | ipq806x: clean up redundant initialization of core device image variables | Felix Fietkau | 2016-07-20 | 1 | -4/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image.mk: initialize BOARD_NAME and IMAGES, add it to DEVICE_VARS | Felix Fietkau | 2016-07-20 | 1 | -1/+4 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image.mk: add support for specifying the VID header offset for UBI | Felix Fietkau | 2016-07-20 | 2 | -1/+3 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | cns3xxx: remove obsolete jffs2 image build code | Felix Fietkau | 2016-07-20 | 1 | -16/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove obsolete reference to $(PROFILE) | Felix Fietkau | 2016-07-20 | 1 | -1/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | config: remove options for including kernel/dtb in rootfs | Felix Fietkau | 2016-07-20 | 1 | -41/+0 |
| | | | | | | These options were a big design flaw to begin with Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mxs: unconditionally install kernel images/dtb files into rootfs (needed by ↵ | Felix Fietkau | 2016-07-20 | 2 | -18/+4 |
| | | | | | | boards) Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kirkwood: remove obsolete code for including kernel/dtb in rootfs | Felix Fietkau | 2016-07-20 | 1 | -45/+3 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | omap: remove obsolete code for including kernel/dtb in rootfs | Felix Fietkau | 2016-07-20 | 1 | -11/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | omap: remove obsolete kernel version support | Felix Fietkau | 2016-07-20 | 12 | -2081/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kirkwood: remove obsolete ubinize.cfg file | Felix Fietkau | 2016-07-20 | 1 | -13/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kirkwood: clean up redundant variables in the image building code | Felix Fietkau | 2016-07-20 | 1 | -15/+9 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kirkwood: get rid of useless ubifs/ubi option variables | Felix Fietkau | 2016-07-20 | 1 | -33/+3 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | lantiq: convert remaining xway NAND devices to new image build code | Felix Fietkau | 2016-07-20 | 1 | -65/+8 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | lantiq: convert AVM xrx200 devices to new image build code | Felix Fietkau | 2016-07-20 | 1 | -10/+16 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | lantiq: convert simple xrx200 devices to new image build code | Felix Fietkau | 2016-07-20 | 1 | -15/+8 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | lantiq: add image build template for NAND devices | Felix Fietkau | 2016-07-20 | 1 | -0/+19 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | lantiq: simplify image building code | Felix Fietkau | 2016-07-20 | 1 | -34/+3 |
| | | | | | | | | Specifying the device profile in PROFILES is unnecessary, and for all devices the DEVICE_PROFILE variable matched the device name. Get rid of this useless variable and set DEVICE_DTS to $(1) Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | lantiq: fix building NAND images in default config | Felix Fietkau | 2016-07-20 | 1 | -35/+22 |
| | | | | | | Remove remaining references to $(PROFILE) Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: add support for parameter passing to mkfs from devices | Felix Fietkau | 2016-07-20 | 1 | -3/+10 |
| | | | | | | Will be used to support different ubifs parameters per device Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: split legacy image mkfs.ubifs command from the one used for the new ↵ | Felix Fietkau | 2016-07-20 | 2 | -42/+54 |
| | | | | | | image building code Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: split legacy image building code out of image.mk | Felix Fietkau | 2016-07-20 | 2 | -37/+40 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: make TARGET_ROOTFS_JFFS2 depend on USES_JFFS2 | Felix Fietkau | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | If jffs2 support was not enabled by the target, jffs2 are quite likely to be broken, so we shouldn't build them. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | lantiq: disable jffs2 support on xrx200 | Felix Fietkau | 2016-07-20 | 2 | -20/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image.mk: replace some template abstraction with make pattern rules | Felix Fietkau | 2016-07-20 | 1 | -14/+7 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image.mk: remove obsolete Build/mkfs overrides | Felix Fietkau | 2016-07-20 | 1 | -2/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kernel: remove obsolete patch adding usb_find_device_by_name | Felix Fietkau | 2016-07-20 | 3 | -252/+0 |
| | | | | | | ledtrig-usbdev does not need it anymore Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ledtrig-usbdev: use upstream function for iterating USB devices | Rafał Miłecki | 2016-07-20 | 1 | -5/+27 |
| | | | | | | This will allow us to drop LEDE patch adding usb_find_device_by_name. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> | ||||
* | ar71xx: fix default network config of WZR-HP-G300NH and CR3000 | Jo-Philipp Wich | 2016-07-20 | 1 | -2/+2 |
| | | | | | | | | | | | The network defaults for the WZR-HP-G300NH and CR3000 models wrongly set the lan interface to a vlan tagged device while the switch was set up in untagged mode, leading to broken lan side ethernet connectivity by default. Fix the issue by emitting untagged interfaces, consistent with the switch setting on the device. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | ||||
* | ar71xx: add support for gl-ar300m | Zhao Gang | 2016-07-20 | 12 | -0/+218 |
| | | | | | | | This add initial support for gl-ar300m router. Product page: http://www.gl-inet.com/ar300m/ Signed-off-by: Zhao Gang <gang.zhao.42@gmail.com> | ||||
* | ath9k: switch to using mac80211 intermediate software queues | Felix Fietkau | 2016-07-19 | 11 | -18/+889 |
| | | | | | | | Provides a nice latency reduction under load, due to mac80211's fq_codel support. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86/generic: enable CONFIG_SATA_VIA | Florian Klink | 2016-07-19 | 1 | -0/+1 |
| | | | | This enables support for VIA SATA. | ||||
* | ubox: update to the latest version, fixes lsmod output | Felix Fietkau | 2016-07-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | uboot-oxnas: fix build error on non-linux systems | Felix Fietkau | 2016-07-19 | 1 | -0/+52 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kernel: backport cosmetic UBIFS patches to kernel 4.1 | Daniel Golle | 2016-07-19 | 2 | -0/+102 |
| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | kernel: backport yet another cosmetic ubifs patch | Daniel Golle | 2016-07-19 | 1 | -0/+65 |
| | | | | | | | | | | On UBI-enabled devices using squashfs as their rootfs an error message like UBIFS error (ubi0:3 pid 1): init_constants_early: too few LEBs (12), min. is 17 was thrown while probe-mounting the rootfs which later on succeeds and thus shouldn't alert the user. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | strace: update to version 1.12 | Hauke Mehrtens | 2016-07-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||||
* | oxnas: add kmod-ledtrig-timer to default package set | Daniel Golle | 2016-07-18 | 1 | -3/+3 |
| | | | | | | It is needed for preinit/failsafe indications to work. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | oxnas: use DHCP by default on ethernet interface (lan) | Daniel Golle | 2016-07-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | oxnas: sync kernel config-4.1 with changes made to config-4.4 | Daniel Golle | 2016-07-18 | 1 | -7/+1 |
| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | oxnas: add DTB for Akitio devices in patches-4.1 | Daniel Golle | 2016-07-18 | 1 | -2/+3 |
| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | oxnas: revert to kernel 4.1 | Daniel Golle | 2016-07-18 | 21 | -2/+899 |
| | | | | | | | | | A bug resulting in the NAND not being detected by newer kernels has kept me sleepless for months and yet I wasn't able to discover the cause. Bring back patches and files for 4.1 until this has been resolved. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |