summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 6to4: Remove static radvd-integration * Please use the new ipv6-support packageSteven Barth2012-12-071-118/+2
| | | | SVN-Revision: 34567
* mac80211: add support for adm8211 wireless driverFlorian Fainelli2012-12-061-2/+11
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34560
* 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
* 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
* 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
* netifd: update to latest version, fixes resolv.conf writes on interface ↵Felix Fietkau2012-12-051-2/+2
| | | | | | setting changes SVN-Revision: 34500
* 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
* 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
* 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
* 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
* ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * ↵Steven Barth2012-12-035-53/+119
| | | | | | mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling SVN-Revision: 34466
* netifd: empty hotplug handler removedSteven Barth2012-12-031-10/+0
| | | | SVN-Revision: 34465
* mac80211: refresh patchesGabor Juhos2012-12-0218-46/+40
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34464
* mac80211: rename a misnamed ath9k patchGabor Juhos2012-12-021-0/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34463
* 6distributed: Poll for ubus to come up (fix race)Steven Barth2012-12-021-2/+2
| | | | SVN-Revision: 34462
* libubox: update to latest version, fixes blob/blobmsg endian issuesFelix Fietkau2012-12-021-3/+3
| | | | SVN-Revision: 34456
* broadcom-wl: get the mmio address directly from the struct if bcma is used.Hauke Mehrtens2012-12-021-3/+1
| | | | SVN-Revision: 34452
* Make teql hotplug script run soonerGabor Juhos2012-12-022-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
* package: use file_copy to deploy files/ in the package/install phaseJo-Philipp Wich2012-12-021-9/+1
| | | | SVN-Revision: 34438
* kernel: remove references to TARGET_ubicom32Florian Fainelli2012-11-303-3/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34431
* ipv6-support: Add conffiles sectionSteven Barth2012-11-291-0/+4
| | | | SVN-Revision: 34423
* ipv6-support: Add new IPv6-support meta-packageSteven Barth2012-11-295-0/+437
| | | | SVN-Revision: 34422
* odhcp6c: Add new embedded DHCPv6 clientSteven Barth2012-11-291-0/+37
| | | | SVN-Revision: 34421
* 6distributed: add local IPv6 prefix distributorSteven Barth2012-11-292-0/+64
| | | | SVN-Revision: 34420
* 6relayd: Fix some RFC 6204 compatibility issuesSteven Barth2012-11-292-9/+4
| | | | SVN-Revision: 34419
* Remove old IPv6 sysctl-config (deprecated)Steven Barth2012-11-291-26/+0
| | | | SVN-Revision: 34418
* Remove default sysctl-entry for IPv6 here (races)Steven Barth2012-11-291-2/+0
| | | | SVN-Revision: 34417
* uboot-kirkwood: build in $(BUILD_DIR)Luka Perkov2012-11-291-2/+1
| | | | SVN-Revision: 34401
* gettext-full: use shipped libxml for the host build, fixes lzma references ↵Jo-Philipp Wich2012-11-281-0/+3
| | | | | | from creeping in on certain distributions SVN-Revision: 34400
* trace-cmd: lazily evaluate extra plugins list, fixes stray build errors ↵Jo-Philipp Wich2012-11-271-3/+4
| | | | | | causing by missing operands to cp if the package was never built yet SVN-Revision: 34390
* grub2: fix another case of gnulib failing under gnu libcJo-Philipp Wich2012-11-261-0/+15
| | | | SVN-Revision: 34389
* broadcom-wl: fix two problems when more then one wifi card is available.Hauke Mehrtens2012-11-252-0/+43
| | | | | | | | * The device should get a unique name at the beginning and not wl%d. * load the nvram just one time into the own buffer, also when there is more than one device. SVN-Revision: 34381
* base-files: add support for the morse LED triggerGabor Juhos2012-11-252-1/+8
| | | | | | | | | | | | Write "delay" and "message" options to their respective files, allowing Morse code message configuration through UCI. The delay (dit length) defaults to 150ms (about 8 words per minute, suitable for beginners). Signed-off-by: Petr Viktorin <encukou@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34380
* modules: remove obsolete comment (#12514)Florian Fainelli2012-11-251-2/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34327
* iptables: fix typo in iptables musl patch after r34313Florian Fainelli2012-11-251-1/+1
| | | | | | | | Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34326
* add preliminary support for muslFlorian Fainelli2012-11-233-2/+12
| | | | | | | | Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314
* iptables: add some musl portability fixesFlorian Fainelli2012-11-235-9/+148
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34313
* linux-atm: add portability fixesFlorian Fainelli2012-11-231-0/+60
| | | | | | | | Spotted while building against musl libc. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34312
* busybox: fix arping applet building on muslFlorian Fainelli2012-11-231-0/+12
| | | | | | | | musl-libc is more strict about missing includes. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34311
* netfid: fix build on muslFlorian Fainelli2012-11-231-0/+11
| | | | | | | | AF_INET* is provided by sys/socket.h Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34310
* busybox: define musl specificities in platform.hFlorian Fainelli2012-11-231-0/+17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34309