Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpcap: fix dependency of install-shared-so make target | Matthias Schiffer | 2016-07-21 | 1 | -16/+20 |
| | | | | | | | | | | | | | There seems to be a situation in which a rebuild of libpcap.so is triggered in the install step of the libpcap Makefile. libpcap.so is the wrong target, leading to the build failure reported in [1]. Fix the dependency of install-shared-so to $(SHAREDLIB) so the build can succeed in this case. [1] https://dev.openwrt.org/ticket/19894 Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> | ||||
* | samba36: avoid picking up a dependency on libunwind (fixes GH #212) | Felix Fietkau | 2016-07-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | hostapd: fix an error on parsing radius_das_client | Felix Fietkau | 2016-07-21 | 2 | -1/+11 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath10k: add NAPI support | Felix Fietkau | 2016-07-21 | 1 | -0/+642 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: add a mesh related fix | Felix Fietkau | 2016-07-21 | 1 | -0/+42 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kernel: enable CONFIG_SND_PROC_FS by default (FS#54) | Felix Fietkau | 2016-07-21 | 1 | -2/+2 |
| | | | | | | Some user space code relies on it Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | toolchain/gcc: disable libmpx to fix build errors on x86 with gcc 6.1 | Felix Fietkau | 2016-07-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ar71xx: add missing profile for the nand subtarget (FS#56) | Felix Fietkau | 2016-07-21 | 1 | -0/+18 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ar71xx: fix WNDR4300v1 / WNDR3700v4 build (FS#56) | Felix Fietkau | 2016-07-21 | 1 | -3/+9 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | 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> |