summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "include/image.mk: call Image/Build/{cpiogz,targz}"florian2012-12-041-2/+0
| | | | | | | | | | | | | | | | This breaks on platforms building their own targz/cpioz images. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34498 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * dropbear: update to 2012.55 and refresh patchesflorian2012-12-045-104/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has a few code cleanups, more eagerly burns sensitive memory and includes the fix for CVE-2012-0920. Full changelog: https://matt.ucc.asn.au/dropbear/CHANGES Local changes: - Removed PKG_MULTI which is no longer in options.h (even before 2011.54) - Merged DO_HOST_LOOKUP into 120-openwrt_options.patch - Removed LD from make opts (now included in TARGET_CONFIGURE_OPTS) - Removed 400-CVE-2012-0920.patch which is included in 2012.55 Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34496 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * linux-atm: create atm-debug-tools packageflorian2012-12-041-28/+36
| | | | | | | | | | | | | | | | | | Instead of commenting the inclusion of some binaries, just make them available using a new package "atm-debug-tools." Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34477 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * linux-atm: factor common descriptionsflorian2012-12-041-10/+8
| | | | | | | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34476 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * cns3xxx: fix dwc_otg driver compat with udc-coreflorian2012-12-042-94/+0
| | | | | | | | | | | | | | | | | | | | | | function. This removes those from the dwc_otg driver and removes the patch that comments out the linkage of udc-core so that the dwc_otg driver can co-exist happily with other USB Device Controllers. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34475 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * cns3xxx: advertise pcie usb usbgadget featuresflorian2012-12-041-1/+1
| | | | | | | | | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34474 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * include/image.mk: call Image/Build/{cpiogz,targz}florian2012-12-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | All Image/mkfs/... macros call the Image/Build except for Image/mkfs/targz and Image/mkfs/cpiogz This patch adds the Image/Build call for Image/mkfs/targz and Image/mkfs/cpiogz. Signed-off-by: Maarten Bezemer <m.m.bezemer@utwente.nl> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34473 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall: extend nat reflection supportjow2012-12-042-86/+123
| | | | | | | | | | | | | | | | - use comment match to keep track of per-network rules - setup reflection for any interface which is part of a masqueraded zone, not just "wan" - delete per-network reflection rules if network is brought down git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34472 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * [brcm63xx ] Fix Comtrend AR-5381u Power LEDflorian2012-12-042-2/+2
| | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34471 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211, hostapd: Fix macfilter for multi bssid setupsnbd2012-12-042-20/+21
| | | | | | | | | | | | | | | | | | | | | | Previously only the first macfilter configuration would have been used on all interfaces. However, the configuration was always done per vif already. Hence, move the macfilter setup into hostapd.sh where and create one mac list file per vif. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34470 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * [adm5120] do no longer rename amba-pl010 serial devices namesflorian2012-12-035-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34469 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * Make ltq-dsl-app compile with an eglibc-based toolchainmirko2012-12-032-0/+25
| | | | | | | | | | | | Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34468 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * kernel: disable more pci quirks to save space on platforms that don't need themnbd2012-12-034-30/+158
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34467 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ipv6-support: Second Iterationcyrus2012-12-035-53/+119
| | | | | | | | | | | | | | | | | | * mode 'downstream' renamed to 'router' * mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34466 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netifd: empty hotplug handler removedcyrus2012-12-031-10/+0
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* | Add librtk-inband and hostapd-rtk temporary patches to sync them with rsdk3.2.4Roman Yeryomin2013-05-182-0/+34618
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Remove useless patchRoman Yeryomin2013-05-181-17/+0
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Remove Andrew's GPIO patchesRoman Yeryomin2013-05-183-84/+0
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | add realtek lzma hacksRoman Yeryomin2013-05-182-11/+218
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | fix flash partiotionsRoman Yeryomin2013-05-181-0/+81
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Move to rsdk 3.2.4. Compiles cleanly.Roman Yeryomin2013-05-171611-579950/+525053
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Fix paths in 0012-rsdk-2.5.2-3.2-diff-fixup.patch and separate rtkload patch.Roman Yeryomin2013-02-062-78/+55
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add missing files an fixup patch to make it compilable out of the box.Roman Yeryomin2013-02-0610-75/+6162
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Rebase files to rsdk 3.2 and refresh patches. Compilable (not by humans).Roman Yeryomin2013-02-061163-130657/+699190
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add more packages to nprove profileRoman Yeryomin2012-12-141-2/+3
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add Andrew's gpio patches. Closes #2.Roman Yeryomin2012-12-034-0/+292
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add target/linux/realtek/patches-2.6.30/303-dump_fpu_dummy.patch. Closes #5.Roman Yeryomin2012-12-031-0/+15
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add more ids to usb/serial/option driverRoman Yeryomin2012-12-031-0/+22
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Expose mode kernel headers to userspace so iptables could compile cleanlyRoman Yeryomin2012-12-031-0/+17
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add a patch for usb to compile cleanlyRoman Yeryomin2012-12-031-0/+12
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Fix query3g so it could detect more 3g dongles which don't have AT+CPIN commandRoman Yeryomin2012-12-032-11/+69
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Wait a bit more before bringing wifi up because 1 second is not enough on ↵Roman Yeryomin2012-12-031-1/+1
| | | | | | | | | | | | slower chips Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | add query3g packageRoman Yeryomin2012-12-033-0/+227
| | | | | | | | Signed-off-by: Roman <roman@nomad.(none)>
* | patch mac80211 makefileRoman Yeryomin2012-12-031-1/+11
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | add hotplug2 backport by jowRoman Yeryomin2012-12-031-11/+29
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | add kernel config patch by jowRoman Yeryomin2012-12-031-8/+8
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | add layer7 netfilter headerRoman Yeryomin2012-12-031-0/+13
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add hostapd-rtk and librtk-inband packagesRoman Yeryomin2012-12-0325-0/+13327
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Port lexra binutils patch to 2.21.1 versionRoman Yeryomin2012-12-031-0/+1972
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add realtek target filesRoman Yeryomin2012-12-03889-0/+635688
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add binutils 2.20.1 patches for lexra/rlxRoman Yeryomin2012-12-031-0/+1985
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add uClibc patches for lexra/rlxRoman Yeryomin2012-12-033-0/+94
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add gcc 4.5 patches for lexra/rlxRoman Yeryomin2012-12-032-0/+259
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add cvimg files to firmware-utilsRoman Yeryomin2012-12-033-0/+3272
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | lexra platform support for build systemRoman Yeryomin2012-12-037-4/+25
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add cvimg to firmware-utilsRoman Yeryomin2012-12-031-0/+1
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Add bixutil to firmware-utilsRoman Yeryomin2012-12-032-0/+189
|/ | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* mac80211: refresh patchesjuhosg2012-12-0218-46/+40
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rename a misnamed ath9k patchjuhosg2012-12-021-0/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6distributed: Poll for ubus to come up (fix race)cyrus2012-12-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34462 3c298f89-4303-0410-b956-a3cf2f4a3e73