summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename interrupt number constantsFlorian Fainelli2012-12-063-22/+22
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34566
* remove the now deprecated /proc/adm8668 interfaceFlorian Fainelli2012-12-063-149/+1
| | | | | | | | Proper gpiolib support is hooked instead. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34565
* add a gpiolib driverFlorian Fainelli2012-12-064-2/+143
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34564
* do not reset WAN and LAN blocksFlorian Fainelli2012-12-061-14/+0
| | | | | | | | This is taken care of by the tulip driver accordingly. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34563
* enable and advertise USB supportFlorian Fainelli2012-12-062-1/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34562
* add support for on-board EHCI controllerFlorian Fainelli2012-12-062-0/+46
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34561
* mac80211: add support for adm8211 wireless driverFlorian Fainelli2012-12-061-2/+11
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34560
* remove the "old" tulip forked driverFlorian Fainelli2012-12-063-1341/+0
| | | | | | | | We can now use the mainline tulip driver. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34559
* use the tulip platform driverFlorian Fainelli2012-12-061-2/+47
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34558
* patch the tulip driver to accept a platform variantFlorian Fainelli2012-12-064-1/+869
| | | | | | | | | Isolate the PCI specific parts and group them under CONFIG_TULIP_PCI CONFIG_TULIP_PLATFORM can be enabled for a platform style Tulip driver. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34557
* move clock frequencies into clock driverFlorian Fainelli2012-12-062-7/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34556
* add CONFIG_GPIO_PL061 config symbolFlorian Fainelli2012-12-062-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34555
* replace the custom mtd driver with a partition parserFlorian Fainelli2012-12-064-207/+164
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34554
* cleanup PCI controller codeFlorian Fainelli2012-12-066-175/+226
| | | | | | | | | At some point we should make the ADM5120 PCI controller driver a real platform driver and share that one between the two targets. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34553
* cleanup and make interrupt code more robustFlorian Fainelli2012-12-063-19/+39
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34552
* remove frequency from /proc/cpuinfoFlorian Fainelli2012-12-061-4/+2
| | | | | | | | | This is not the place to expose it and duplicates code reading the system frequency. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34551
* provide a system clock to be used by the MIPS timerFlorian Fainelli2012-12-064-8/+33
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34550
* get rid of the UART definesFlorian Fainelli2012-12-062-30/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34549
* get rid of the specific UART driver and use AMBA PL010Florian Fainelli2012-12-0613-712/+566
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34548
* implement early_printk without an early_consoleFlorian Fainelli2012-12-065-44/+24
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34547
* simplify IRQ controller codeFlorian Fainelli2012-12-061-23/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34546
* use platform_add_devicesFlorian Fainelli2012-12-061-5/+7
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34545
* move time related functions to their own fileFlorian Fainelli2012-12-063-13/+18
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34544
* move setup-related functions to their own fileFlorian Fainelli2012-12-063-52/+55
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34543
* ipv6-support: next iteration * Introduce mode 6rd * Introduce mode 6to4 * ↵Steven Barth2012-12-064-12/+35
| | | | | | Fix announcement of DNS-Servers received from DHCPv6 * Fix some corner-cases in relaying behaviour SVN-Revision: 34542
* 6relayd: More RFC-compatibility and size reductionSteven Barth2012-12-061-2/+2
| | | | SVN-Revision: 34541
* 6distributed: Add compatibility with 6rd and 6to4Steven Barth2012-12-061-2/+2
| | | | SVN-Revision: 34540
* ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)Jo-Philipp Wich2012-12-062-12/+5
| | | | | | | | | | | | | | Since the switch to netifd, proto handlers may always set the defaultroute and provide dns server addresses, netifd will decide in the generic code path whether the announced values are masked or not. Additionally protocol handlers should not modify the routing tables themselves and prevent any launched services from doing so. Remove the additional defaultroute and peerdns option handling from the ppp.sh protocol handler and rely on netifd to mask or not mask the values. SVN-Revision: 34536
* kernel: fix video-core build on 3.6+Felix Fietkau2012-12-061-0/+1
| | | | SVN-Revision: 34533
* kernel: add missing config symbolsFelix Fietkau2012-12-062-0/+6
| | | | SVN-Revision: 34532
* mac80211: clean up patches, replace patching config.mk with a generated sed ↵Felix Fietkau2012-12-0630-923/+83
| | | | | | expression SVN-Revision: 34531
* libiconv-full: add clause to Makefile to actually install iconvFlorian Fainelli2012-12-051-0/+5
| | | | | | | | | | | At present, if you select the iconv utility it will be built but not installed. This patch adds the clauses necessary to the Makefile to actually install iconv. Signed-off-by: Mike Brady <mikebrady@eircom.net> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34530
* kernel 3.6+: nuke obsolete patches that are messing up oprofile buildsFelix Fietkau2012-12-052-70/+0
| | | | SVN-Revision: 34506
* linux-atm: put all packages into their own submenusFlorian Fainelli2012-12-051-0/+1
| | | | | | | | | Now that we package individual tools as well, the list of ATM tools is pretty big to deserve its own submenu. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34504
* linux-atm: fix typo introduced in r34502Florian Fainelli2012-12-051-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34503
* linux-atm: package each available atm debug tool individuallyFlorian Fainelli2012-12-051-0/+31
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34502
* kernel/3.3: move OHCI and EHCI platform drivers to genericFlorian Fainelli2012-12-053-0/+0
| | | | | | | | | These patches are not specific to bcm47xx and will be used on other platforms as well. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34501
* netifd: update to latest version, fixes resolv.conf writes on interface ↵Felix Fietkau2012-12-051-2/+2
| | | | | | setting changes SVN-Revision: 34500
* Revert "include/image.mk: call Image/Build/{cpiogz,targz}"Florian Fainelli2012-12-041-2/+0
| | | | | | | | This breaks on platforms building their own targz/cpioz images. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34498
* dropbear: update to 2012.55 and refresh patchesFlorian Fainelli2012-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> SVN-Revision: 34496
* linux-atm: create atm-debug-tools packageFlorian Fainelli2012-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> SVN-Revision: 34477
* linux-atm: factor common descriptionsFlorian Fainelli2012-12-041-10/+8
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34476
* cns3xxx: fix dwc_otg driver compat with udc-coreFlorian Fainelli2012-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> SVN-Revision: 34475
* cns3xxx: advertise pcie usb usbgadget featuresFlorian Fainelli2012-12-041-1/+1
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34474
* include/image.mk: call Image/Build/{cpiogz,targz}Florian Fainelli2012-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> SVN-Revision: 34473
* firewall: extend nat reflection supportJo-Philipp Wich2012-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 SVN-Revision: 34472
* Fix Comtrend AR-5381u Power LEDFlorian Fainelli2012-12-042-2/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34471
* mac80211, hostapd: Fix macfilter for multi bssid setupsFelix Fietkau2012-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> SVN-Revision: 34470
* do no longer rename amba-pl010 serial devices namesFlorian Fainelli2012-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> SVN-Revision: 34469
* Make ltq-dsl-app compile with an eglibc-based toolchainMirko Vogt2012-12-032-0/+25
| | | | | | Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org> SVN-Revision: 34468