Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sunxi: delete old kernel versions | Felix Fietkau | 2016-05-12 | 83 | -18234/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | oxnas: delete linux 4.1 support | Felix Fietkau | 2016-05-12 | 15 | -831/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove defunct etherboot image building code | Felix Fietkau | 2016-05-12 | 1 | -7/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove obsolete Config.in file | Felix Fietkau | 2016-05-12 | 1 | -14/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: remove leftover dependenices on TARGET_rdc | Felix Fietkau | 2016-05-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove rdc specific kernel patch | Felix Fietkau | 2016-05-12 | 1 | -11/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | tools/firmware-utils: remove obsolete firmware utility for airlink 525w | Felix Fietkau | 2016-05-12 | 2 | -333/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove legacy script/makefile code for rdc devices | Felix Fietkau | 2016-05-12 | 3 | -85/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove obsolete modules.mk | Felix Fietkau | 2016-05-12 | 1 | -22/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86/xen_domu: enable xen drivers in the kernel config instead of packaging ↵ | Felix Fietkau | 2016-05-12 | 2 | -131/+17 |
| | | | | | | them as modules Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: enable grub at_keyboard support for x86_64 | Felix Fietkau | 2016-05-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove the kvm_guest subtarget | Felix Fietkau | 2016-05-12 | 5 | -204/+1 |
| | | | | | | | 32-bit only hardware that supports kvm is very rare. It's not worth keeping a separate subtarget for this. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86/64: add more hardware RNG drivers, including for virtio | Felix Fietkau | 2016-05-12 | 1 | -1/+2 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86/64: enable virtualization support for spinlocks to improve kvm performance | Felix Fietkau | 2016-05-12 | 1 | -6/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove maintainer override for x86_64 | Felix Fietkau | 2016-05-12 | 1 | -1/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | x86: remove the ep80579 subtarget, it has been unmaintained for a long time | Felix Fietkau | 2016-05-12 | 3 | -23/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kernel: remove leftover kernel version for 4.3 | Felix Fietkau | 2016-05-12 | 1 | -2/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | busybox: fix issues with the ip command on mips64 | Felix Fietkau | 2016-05-12 | 1 | -0/+75 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | fstools: update to latest git revision | John Crispin | 2016-05-11 | 1 | -2/+2 |
| | | | | | | This fixes mount_root in failsafe and reverts a ext4 overlay patch. Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | kernel: add workaround to rebuild vdso-n32.so.dbg too | Jo-Philipp Wich | 2016-05-12 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | Building for octeon fails with 'arch/mips/vdso/vdso-n32.so.dbg' already contains a '.MIPS.abiflags' section if the file already exists from a prior build. Use the same workaround as the one for vdso.so.dbg committed in 9eb155353a5f5137ec85a5b5b0287af63c544710. Commit 91f205acaf2a44ae75418d2f2cb156149f0df8ae extended the workaround to cover vdso-o32.so.dbg but missed the vdso-n32.so.dbg which is added now by this change. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | ||||
* | kernel: update kernel 4.4 to version 4.4.10 | Álvaro Fernández Rojas | 2016-05-11 | 4 | -36/+10 |
| | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | kernel: remove linux 4.3 config | Álvaro Fernández Rojas | 2016-05-11 | 1 | -4942/+0 |
| | | | | | | When linux 4.3 support was removed the config was left. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | build: avoid including profiles/*.mk | Felix Fietkau | 2016-05-11 | 2 | -6/+15 |
| | | | | | | Generate the active profile name in menuconfig context Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image.mk: include per-device profiles in image build profile check | Felix Fietkau | 2016-05-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | metadata.pl: fix target profile sorting check | Felix Fietkau | 2016-05-11 | 1 | -3/+3 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ncurses: add a compatibility symlink for packages searching for ↵ | Felix Fietkau | 2016-05-11 | 1 | -0/+1 |
| | | | | | | ncursesw/ncurses.h Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | toplevel.mk: rescan target metadata if the image makefile changes | Felix Fietkau | 2016-05-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | metadata.pl: add support for forcing sorting of profiles | Felix Fietkau | 2016-05-11 | 3 | -1/+12 |
| | | | | | | | Used to mix device profiles (specified in the image makefile) with regular target profiles. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | target.mk: dump device profiles defined in include/image.mk | Felix Fietkau | 2016-05-11 | 1 | -0/+6 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | target.mk: remove the unused Target-Path field | Felix Fietkau | 2016-05-11 | 2 | -2/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image.mk: add support for limiting images to specific subtargets | Felix Fietkau | 2016-05-11 | 1 | -2/+6 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image.mk: prepare for defining device profile data in the Device section | Felix Fietkau | 2016-05-11 | 1 | -1/+24 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | base-files: Fix config_generate when there are no switch VLANs or ports ↵ | Vittorio Gambaletta (VittGam) | 2016-05-11 | 1 | -38/+42 |
| | | | | | | | | | | configured in board.json. The json_select call fails when there are no roles or ports objects in board.json. "json_select .." must not be executed after failing. This fixes for example LEDs not being set up in /etc/config/system. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> | ||||
* | README: Remove outdated info | Jo-Philipp Wich | 2016-05-11 | 1 | -6/+0 |
| | | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io> | ||||
* | netifd: Remove hardcoded DHCP release option | Hans Dedecker | 2016-05-11 | 1 | -1/+1 |
| | | | | | | | Remove the udhcpc -R release option as sending a DHCP release is configurable via the uci option release. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | ||||
* | ncurses: install a dummy libtinfo.a for packages that try to link it | Felix Fietkau | 2016-05-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | Revert "ncurses: package the tinfo library separately" | Felix Fietkau | 2016-05-11 | 1 | -3/+2 |
| | | | | This reverts commit 975f7160dd1df08a7c02ad5de5cce07edd377b12. | ||||
* | build: fix make clean, delete package directories for selected arch | Felix Fietkau | 2016-05-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mtd: imagetag: fix compilation with changed mtd_fixtrx call | Rafał Miłecki | 2016-05-11 | 1 | -1/+4 |
| | | | | | | Function mtd_fixtrx was changed during trx improvements. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> | ||||
* | gettext-full: avoid spurious dependencies on ncurses | Felix Fietkau | 2016-05-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ncurses: package the tinfo library separately | Felix Fietkau | 2016-05-10 | 1 | -2/+3 |
| | | | | | | Some packages expect it that way Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ramips: fix DTB generation | John Crispin | 2016-05-10 | 1 | -1/+1 |
| | | | | | | using preprocessor style includes when calling dtc directly. Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | iftop: Update to latest version, and drop patch | Bert Vermeulen | 2016-05-10 | 2 | -14/+2 |
| | | | | | | | The patch made sure the ncursesw library was not selected to save space, but that library doesn't exist in this distribution at all. Signed-off-by: Bert Vermeulen <bert@biot.com> | ||||
* | ncurses: provide libncurses compatibility symlinks in libncursesw | Felix Fietkau | 2016-05-10 | 1 | -1/+7 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ramips: Change all '/include/' clauses to '#include' so preprocessing can | Stanislav Galabov | 2016-05-10 | 175 | -176/+176 |
| | | | | | | be done properly for the entire device trees. Signed-off-by: Stanislav Galabov <sgalabov@gmail.com> | ||||
* | ramips: Add hex prefix (0x) to dtsi reg properties where needed. | Stanislav Galabov | 2016-05-10 | 9 | -29/+29 |
| | | | | Signed-off-by: Stanislav Galabov <sgalabov@gmail.com> | ||||
* | ramips: introduce serial0 aliases | Stanislav Galabov | 2016-05-10 | 10 | -10/+32 |
| | | | | | | | This patch introduces serial0 aliases in the ramips DTS files, which can then be used to denote the active console instead of relying on bootargs. Signed-off-by: Stanislav Galabov <sgalabov@gmail.com> | ||||
* | kernel: update kernel 4.4 to version 4.4.9 | Álvaro Fernández Rojas | 2016-05-10 | 108 | -922/+248 |
| | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | ubox: make logging code honour the hostname properly | John Crispin | 2016-05-10 | 1 | -2/+4 |
| | | | | Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | brcm47xx: fix wgt634u port assignment, broken since openwrt r47866 | Russell Senior | 2016-05-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Russell Senior <russell@personaltelco.net> |