aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add sierra-directip, a package based on the latest DirectIP capable sierra ↵Felix Fietkau2011-10-276-0/+2610
| | | | | | wireless drivers + some fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comgt: port 3g.sh to netifdFelix Fietkau2011-10-278-10/+139
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes recursion issues in libubusFelix Fietkau2011-10-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update, prefix proto handler callbacks with 'proto_'Felix Fietkau2011-10-272-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: remove obsolete _init callbacks, set available=1 for pppFelix Fietkau2011-10-272-16/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptFelix Fietkau2011-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest, adds support for protocol notifiers to signal ↵Felix Fietkau2011-10-271-2/+2
| | | | | | interface availability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or ↵Jo-Philipp Wich2011-10-273-4/+7
| | | | | | masq_dest is given but does not resolve to an ip git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kernel version check macro typoMichael Büsch2011-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: sysupgrade: kill all but essential processes before ↵Jo-Philipp Wich2011-10-273-1/+30
| | | | | | starting the update git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add QoS firewall stop script generationJo-Philipp Wich2011-10-272-3/+9
| | | | | | | | | | To prevent code duplication for clearing QoS firewall rules, support "firewall stop" arguments to generate.sh to generate the necessary script commands. Make use of this from qos-stop. Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add qos_* iptables chain namespace for QoSJo-Philipp Wich2011-10-271-14/+32
| | | | | | | | | | | | Prefix the names of the iptables chains used for QoS with "qos_" to allow for identification of QoS chains for removal across configuration changes. When clearing QoS iptables chains, only remove chains with the namespace prefix in order to preserve user and/or other package chains in the mangle table. Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, fixes issues with using the library from ↵Felix Fietkau2011-10-271-3/+3
| | | | | | C++ code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix typos in image/MakefileGabor Juhos2011-10-271-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for the OpenMesh OM2P boardGabor Juhos2011-10-277-0/+141
| | | | | | Based on a patch by Marek Lindner <marek@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files/sysupgrade: add more busybox applet symlinks to ramdiskGabor Juhos2011-10-272-2/+7
| | | | | | | | | Adds symlinks for printf and wc to make life happier in the sysupgrade ramdisk. Also make code more readable by escaping that overly long line. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx/all0258n: fix partition layoutGabor Juhos2011-10-271-1/+1
| | | | | | | | A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: disable rdate, enable ntpd by defaultJo-Philipp Wich2011-10-273-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: remove rdate integration, add busybox ntpd init script ↵Jo-Philipp Wich2011-10-275-81/+41
| | | | | | | | | | | | | | | | and server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: if core dump support is enabled, use it. also add some delay after ↵Felix Fietkau2011-10-261-0/+5
| | | | | | start to avoid race conditions with other init scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to the latest version, contains small fixes for interface ↵Felix Fietkau2011-10-261-2/+2
| | | | | | reloading and adds support for dependency handling of stacked devices like dsa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] getver.sh: cope with varying "git log" line formats to reliably ↵Jo-Philipp Wich2011-10-261-1/+1
| | | | | | extract the git-svn rev (#10268) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update my email addressMichael Büsch2011-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3Gabor Juhos2011-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel: remove last use of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: disable crashlog, ioremap of RAM does not work properly hereFelix Fietkau2011-10-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)Nicolas Thill2011-10-261-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create image for the WNDR3800Gabor Juhos2011-10-261-0/+1
| | | | | | | | | This adds support for the Netgear WNDR3800, it is almost the same as the WNDR3700v2. It just has more RAM so the hd_id had to be adjusted. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include/package-ipkg.mk: fix typoNicolas Thill2011-10-261-1/+1
| | | | | | | Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d directory when the package supplied conffiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/zlib: include zlib.pc (pkconfig)Nicolas Thill2011-10-251-0/+3
| | | | | | | | | | Compiling zlib produces zlib.pc (pkgconfig), but it is not currently installed in staging_dir/usr/lib/pkgconfig. If it was included other packages depending on zlib could easier be compiled. Signed-off-by: Espen Jürgensen <espenjurgensen@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target: remove CONFIG_IDE_PROC_FS support as wellJo-Philipp Wich2011-10-259-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commitJo-Philipp Wich2011-10-251-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-2537-38/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix a compile error on mac os xFelix Fietkau2011-10-251-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: allow building ath9k_htc without PCI support, based on ↵Jo-Philipp Wich2011-10-251-1/+1
| | | | | | patch by Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Support for NexAira BC2Gabor Juhos2011-10-2412-3/+171
| | | | | | | | | The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix switch-port assignment for HW550-3GGabor Juhos2011-10-241-1/+1
| | | | | | | | WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: combine led setup for all boards in one fileGabor Juhos2011-10-245-85/+34
| | | | | | | | | This removes unnecessary duplication and simplifies led setup for new boards. It would be a one line change most likely. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build image for the Buffalo WHR-HP-G300NGabor Juhos2011-10-242-0/+35
| | | | | | Based on a patch by Yoichi Shinoda <shinoda@jaist.ac.jp> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Buffalo WHR-HP-G300N kernel supportGabor Juhos2011-10-249-1/+213
| | | | | | | | | | | | | The initial support for the Buffalo WHR-HP-G300N box. The code was confirmed to boot and run, but not tested in depth. Known problem: iw phy phy0 info shows: Coverage class: 0 (up to 0m) Available Antennas: TX 0 RX 0 Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/u-boot-envtools: update to version 2011.06.Gabor Juhos2011-10-244-68/+101
| | | | | | | | | | | | | This updates uboot-envtools to the version which comes with U-Boot 2011.06. The important novelity is that fw_setenv now supports batch processing, which greatly improves sysupgrade of the ALL0258N as otherwise we would have to overwrite uboot-env up to 8x in a single firmware upgrade. Unfortunately, no newer version of the sources is available from Debian, so we got to take it from the u-boot source which is kinda ugly... Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build image for the Allnet ALL0258N boardGabor Juhos2011-10-241-0/+6
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add kernel support for the Allnet ALL0258N boardGabor Juhos2011-10-246-0/+159
| | | | | | | | | | This patchs adds support for the Allnet ALL0258N outdoor AP/bridge. The ALL0258N is based on the AR7240 SoC paired with an AR9285 radio, it got 8MB of NOR and 32MB SDRAM. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: don't override CONFIG_FSNOTIFYGabor Juhos2011-10-241-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] base-files: make sure inittab-console-fixup returns with success ↵Jo-Philipp Wich2011-10-241-0/+2
| | | | | | (#10275) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ipset: move out to packages/net/Nicolas Thill2011-10-242-146/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/perf: move out to packages/devel/Nicolas Thill2011-10-241-52/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes a crash on dhcp renewFelix Fietkau2011-10-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3Jo-Philipp Wich2011-10-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28554 3c298f89-4303-0410-b956-a3cf2f4a3e73