summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* netifd: remove obsolete _init callbacks, set available=1 for pppFelix Fietkau2011-10-272-16/+1
| | | | SVN-Revision: 28631
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptFelix Fietkau2011-10-271-2/+2
| | | | SVN-Revision: 28630
* netifd: update to latest, adds support for protocol notifiers to signal ↵Felix Fietkau2011-10-271-2/+2
| | | | | | interface availability SVN-Revision: 28629
* firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is ↵Jo-Philipp Wich2011-10-273-4/+7
| | | | | | given but does not resolve to an ip SVN-Revision: 28628
* base-files: sysupgrade: kill all but essential processes before starting the ↵Jo-Philipp Wich2011-10-273-1/+30
| | | | | | update SVN-Revision: 28626
* 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> SVN-Revision: 28623
* 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> SVN-Revision: 28622
* libubox: update to latest version, fixes issues with using the library from ↵Felix Fietkau2011-10-271-3/+3
| | | | | | C++ code SVN-Revision: 28619
* 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> SVN-Revision: 28616
* busybox: disable rdate, enable ntpd by defaultJo-Philipp Wich2011-10-273-4/+4
| | | | SVN-Revision: 28613
* base-files: remove rdate integration, add busybox ntpd init script and ↵Jo-Philipp Wich2011-10-275-81/+41
| | | | | | 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. SVN-Revision: 28612
* 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 SVN-Revision: 28611
* 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 SVN-Revision: 28610
* package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-4/+4
| | | | SVN-Revision: 28601
* package: kernel: remove last use of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-1/+1
| | | | SVN-Revision: 28600
* package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)Nicolas Thill2011-10-261-6/+6
| | | | SVN-Revision: 28598
* 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> SVN-Revision: 28591
* busybox: fix a compile error on mac os xFelix Fietkau2011-10-251-0/+13
| | | | SVN-Revision: 28578
* mac80211: allow building ath9k_htc without PCI support, based on patch by ↵Jo-Philipp Wich2011-10-251-1/+1
| | | | | | Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573
* 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> SVN-Revision: 28566
* package/ipset: move out to packages/net/Nicolas Thill2011-10-242-146/+0
| | | | SVN-Revision: 28561
* package/perf: move out to packages/devel/Nicolas Thill2011-10-241-52/+0
| | | | SVN-Revision: 28560
* netifd: update to latest version, fixes a crash on dhcp renewFelix Fietkau2011-10-241-2/+2
| | | | SVN-Revision: 28557
* relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3Jo-Philipp Wich2011-10-241-2/+2
| | | | SVN-Revision: 28554
* package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)Nicolas Thill2011-10-241-0/+5
| | | | SVN-Revision: 28549
* package/busybox: revert config defaults inadvertently changed in [28513] ↵Nicolas Thill2011-10-244-5/+5
| | | | | | (thanks to Liu Yu Fei, Eric), bump release number SVN-Revision: 28547
* netifd: update to latest version, fixes interface hotplugging issuesFelix Fietkau2011-10-231-3/+3
| | | | SVN-Revision: 28546
* netifd: add two simple scripts for querying interface/device statusFelix Fietkau2011-10-232-0/+25
| | | | SVN-Revision: 28545
* netifd: reload the network config on ifup -aFelix Fietkau2011-10-231-0/+1
| | | | SVN-Revision: 28544
* firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-232-2/+3
| | | | SVN-Revision: 28535
* firewall: fix another instance of unquoted "*"Jo-Philipp Wich2011-10-222-2/+2
| | | | SVN-Revision: 28529
* firewall: fix possible expansion of "*" when rules with "option src *" are ↵Jo-Philipp Wich2011-10-222-6/+11
| | | | | | processed SVN-Revision: 28527
* firewall: do not check for module availability, let iptables fail if a ↵Jo-Philipp Wich2011-10-222-16/+2
| | | | | | feature is not present (#7610) SVN-Revision: 28525
* wrt55agv2-spidevs: fix build with recent kernelNicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28516
* kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)Nicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28515
* netifd: add a dependency on jshnFelix Fietkau2011-10-221-1/+1
| | | | SVN-Revision: 28514
* busybox: update to 1.19.2 (thanks to Peter Wagner)Nicolas Thill2011-10-2158-549/+1023
| | | | SVN-Revision: 28513
* uci: fix segfault on import of anonymous sections (#10204)Felix Fietkau2011-10-211-3/+3
| | | | SVN-Revision: 28507
* uci: update to latest version (includes several bugfixes)Felix Fietkau2011-10-211-4/+4
| | | | SVN-Revision: 28504
* netifd: add missing dependencies on libuci and libnl-tinyFelix Fietkau2011-10-211-1/+1
| | | | SVN-Revision: 28501
* add an initial (experimental) version of netifd, disabled by defaultFelix Fietkau2011-10-2114-1/+499
| | | | SVN-Revision: 28499
* pppd: fix the exit code in case of authentication failure or other errorsFelix Fietkau2011-10-211-0/+12
| | | | SVN-Revision: 28498
* pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down}Felix Fietkau2011-10-206-18/+101
| | | | SVN-Revision: 28497
* ubusd: add an init scriptFelix Fietkau2011-10-202-1/+13
| | | | SVN-Revision: 28496
* base-files: move network related scripts to a separate package to make the ↵Felix Fietkau2011-10-2010-0/+45
| | | | | | transition to netifd easier SVN-Revision: 28495
* add cname sectionTravis Kemen2011-10-201-0/+14
| | | | SVN-Revision: 28493
* 6in4: sync with HE.net endpoint update changesJo-Philipp Wich2011-10-172-4/+4
| | | | SVN-Revision: 28475
* opkg: fix a double free of pkg vectors when recursively removing packages ↵Jo-Philipp Wich2011-10-152-1/+11
| | | | | | due to --autoremove SVN-Revision: 28458
* udev: Provide define to enable compilation with kernel 2.6.32.33 headersHamish Guthrie2011-10-141-0/+13
| | | | SVN-Revision: 28453
* mac80211: autoload ath9k_htc after USB controller driversJo-Philipp Wich2011-10-131-1/+1
| | | | SVN-Revision: 28442