Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do no longer rename amba-pl010 serial devices names | Florian Fainelli | 2012-12-03 | 5 | -58/+39 |
| | | | | | | | | | | | Back in the days when we could not override /etc/inittab, it made a lot of sense to rename ttyAM to ttyS since this was the only supported serial device(s), we can now just put in an appropriate /etc/inittab file now. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34469 | ||||
* | Make ltq-dsl-app compile with an eglibc-based toolchain | Mirko Vogt | 2012-12-03 | 2 | -0/+25 |
| | | | | | | Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org> SVN-Revision: 34468 | ||||
* | kernel: disable more pci quirks to save space on platforms that don't need them | Felix Fietkau | 2012-12-03 | 4 | -30/+158 |
| | | | | SVN-Revision: 34467 | ||||
* | ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * ↵ | Steven Barth | 2012-12-03 | 5 | -53/+119 |
| | | | | | | mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling SVN-Revision: 34466 | ||||
* | netifd: empty hotplug handler removed | Steven Barth | 2012-12-03 | 1 | -10/+0 |
| | | | | SVN-Revision: 34465 | ||||
* | mac80211: refresh patches | Gabor Juhos | 2012-12-02 | 18 | -46/+40 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34464 | ||||
* | mac80211: rename a misnamed ath9k patch | Gabor Juhos | 2012-12-02 | 1 | -0/+0 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34463 | ||||
* | 6distributed: Poll for ubus to come up (fix race) | Steven Barth | 2012-12-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 34462 | ||||
* | kernel 3.6+: switch to a crc32 implementation that is more suitable for ↵ | Felix Fietkau | 2012-12-02 | 2 | -4/+4 |
| | | | | | | small caches. reduces kernel image size by ~22 KiB on mips SVN-Revision: 34461 | ||||
* | include: download.mk: correct tar argument order when packing checkouts | Jo-Philipp Wich | 2012-12-02 | 1 | -2/+2 |
| | | | | | | | GNU TAR v1.26 will fail with "no such file or directory" errors when the output file does not immediately follow the -f switch. SVN-Revision: 34460 | ||||
* | tools: e2fsprogs: delete doc/ directory after unpacking to ensure that ↵ | Jo-Philipp Wich | 2012-12-02 | 1 | -0/+5 |
| | | | | | | makeinfo is not invoked SVN-Revision: 34459 | ||||
* | kernel: fix stripping symbol exports | Felix Fietkau | 2012-12-02 | 4 | -58/+80 |
| | | | | SVN-Revision: 34458 | ||||
* | libubox: update to latest version, fixes blob/blobmsg endian issues | Felix Fietkau | 2012-12-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 34456 | ||||
* | tools/sstrip: remove redundant -I flag that breaks build on some x86_64 ↵ | Felix Fietkau | 2012-12-02 | 1 | -1/+1 |
| | | | | | | linux hosts SVN-Revision: 34455 | ||||
* | brcm47xx: read sprom vars without prefix for boardrev and boardtype if the ↵ | Hauke Mehrtens | 2012-12-02 | 1 | -0/+17 |
| | | | | | | prefixed one is not available. SVN-Revision: 34454 | ||||
* | b43-tools: pack the lcn firmware into the brcmsmac firmware package. | Hauke Mehrtens | 2012-12-02 | 1 | -0/+22 |
| | | | | SVN-Revision: 34453 | ||||
* | broadcom-wl: get the mmio address directly from the struct if bcma is used. | Hauke Mehrtens | 2012-12-02 | 1 | -3/+1 |
| | | | | SVN-Revision: 34452 | ||||
* | build: it is no longer necessary to call make target/linux/clean as part of ↵ | Felix Fietkau | 2012-12-02 | 1 | -1/+0 |
| | | | | | | make clean SVN-Revision: 34451 | ||||
* | kernel: move KERNEL_BUILD_DIR under BUILD_DIR to properly fix gcc/libc based ↵ | Felix Fietkau | 2012-12-02 | 1 | -1/+1 |
| | | | | | | dependencies SVN-Revision: 34450 | ||||
* | kernel: patch in a working copy of elf.h instead of using relative path ↵ | Felix Fietkau | 2012-12-02 | 3 | -6/+9036 |
| | | | | | | based hackery in #include statements SVN-Revision: 34449 | ||||
* | sstrip: remove a redundant copy of elf.h | Felix Fietkau | 2012-12-02 | 2 | -2446/+1 |
| | | | | SVN-Revision: 34448 | ||||
* | rules.mk: don't use $(realpath) in file_copy, the destination directory ↵ | Jo-Philipp Wich | 2012-12-02 | 1 | -1/+1 |
| | | | | | | might not exist yet - spotted while doing a fresh build SVN-Revision: 34447 | ||||
* | ramips: fix serial console for Belkin F5D8235 v1/v2 | Gabor Juhos | 2012-12-02 | 1 | -1/+1 |
| | | | | | | | | Based on a patch from #12533. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34445 | ||||
* | Update linux-atm fixes to reflect the final upstream pull request | Gabor Juhos | 2012-12-02 | 3 | -260/+833 |
| | | | | | | | | | [juhosg: refresh the patches with quilt] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34443 | ||||
* | Make teql hotplug script run sooner | Gabor Juhos | 2012-12-02 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | In particular, it wants to run before the ntpclient script. Which may block for a long time attempting to do DNS lookups for NTP servers. In my case, that would have *worked* if the new device had been added to teql first, rather than timing out. This was effectively causing a huge delay between an interface coming up, and routing actually starting to work. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34442 | ||||
* | Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space | Gabor Juhos | 2012-12-02 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34441 | ||||
* | toolchain: use file_copy to install the initial gcc files | Jo-Philipp Wich | 2012-12-02 | 1 | -2/+1 |
| | | | | SVN-Revision: 34440 | ||||
* | imagebuilder: use file_copy to deploy files/ in the image generation phase | Jo-Philipp Wich | 2012-12-02 | 1 | -9/+1 |
| | | | | SVN-Revision: 34439 | ||||
* | package: use file_copy to deploy files/ in the package/install phase | Jo-Philipp Wich | 2012-12-02 | 1 | -9/+1 |
| | | | | SVN-Revision: 34438 | ||||
* | rules.mk: provide a macro "file_copy" which removes any symlink in the ↵ | Jo-Philipp Wich | 2012-12-02 | 1 | -0/+18 |
| | | | | | | destination dir that would be overwritten SVN-Revision: 34437 | ||||
* | toolchain: remove duplicate default in bintutils Kconfig | Jo-Philipp Wich | 2012-12-02 | 1 | -2/+1 |
| | | | | SVN-Revision: 34436 | ||||
* | remove support for ubicom32 | Florian Fainelli | 2012-11-30 | 18 | -123770/+3 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432 | ||||
* | kernel: remove references to TARGET_ubicom32 | Florian Fainelli | 2012-11-30 | 4 | -8/+2 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34431 | ||||
* | remove target | Florian Fainelli | 2012-11-30 | 292 | -61353/+0 |
| | | | | | | | | | This target is unused, does not support any off the shelf hardware and has been a maintenance burden for quite some time now. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34430 | ||||
* | disable sstrip when using musl | Florian Fainelli | 2012-11-29 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34427 | ||||
* | remove Linux 3.3 support | Florian Fainelli | 2012-11-29 | 2 | -305/+0 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34426 | ||||
* | gcc/4.5-linaro: backport musl patch | Florian Fainelli | 2012-11-29 | 1 | -0/+242 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34425 | ||||
* | use a default kernel command-line to mount squashfs and jffs2 | Florian Fainelli | 2012-11-29 | 2 | -0/+6 |
| | | | | | | | | This fixes bug #9055. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34424 | ||||
* | ipv6-support: Add conffiles section | Steven Barth | 2012-11-29 | 1 | -0/+4 |
| | | | | SVN-Revision: 34423 | ||||
* | ipv6-support: Add new IPv6-support meta-package | Steven Barth | 2012-11-29 | 5 | -0/+437 |
| | | | | SVN-Revision: 34422 | ||||
* | odhcp6c: Add new embedded DHCPv6 client | Steven Barth | 2012-11-29 | 1 | -0/+37 |
| | | | | SVN-Revision: 34421 | ||||
* | 6distributed: add local IPv6 prefix distributor | Steven Barth | 2012-11-29 | 2 | -0/+64 |
| | | | | SVN-Revision: 34420 | ||||
* | 6relayd: Fix some RFC 6204 compatibility issues | Steven Barth | 2012-11-29 | 2 | -9/+4 |
| | | | | SVN-Revision: 34419 | ||||
* | Remove old IPv6 sysctl-config (deprecated) | Steven Barth | 2012-11-29 | 1 | -26/+0 |
| | | | | SVN-Revision: 34418 | ||||
* | Remove default sysctl-entry for IPv6 here (races) | Steven Barth | 2012-11-29 | 1 | -2/+0 |
| | | | | SVN-Revision: 34417 | ||||
* | kernel: Fix 8139cp ring buffer initialisation, tx timeout recovery, add BQL | Gabor Juhos | 2012-11-29 | 3 | -0/+554 |
| | | | | | | | | | Patches queued upstream in net-next.git Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34415 | ||||
* | ar71xx: switch to 3.6.8 | Gabor Juhos | 2012-11-29 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34414 | ||||
* | kernel: Update Geos to 3.6.8 | Gabor Juhos | 2012-11-29 | 3 | -1/+412 |
| | | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34411 | ||||
* | kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes) | Gabor Juhos | 2012-11-29 | 4 | -0/+2154 |
| | | | | | | | | | Patches about to go into net-next.git Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34410 | ||||
* | kernel: Add missing CONFIG_BATTERY_DS2781 option to generic 3.6 config | Gabor Juhos | 2012-11-29 | 1 | -0/+1 |
| | | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34409 |