6157 Commits (383008635a48cc1453ae21f649ce7864cb7003f2)

Author SHA1 Message Date
Felix Fietkau d495281b6e comgt: port 3g.sh to netifd 13 years ago
Felix Fietkau 2af4d04336 ubus: update to latest version, fixes recursion issues in libubus 13 years ago
Felix Fietkau bebd9aec71 netifd: update, prefix proto handler callbacks with 'proto_' 13 years ago
Felix Fietkau 24bf5c41a0 netifd: remove obsolete _init callbacks, set available=1 for ppp 13 years ago
Felix Fietkau b3d7c7b1b5 netifd: allow ppp based proto handlers to override the connect/disconnect script 13 years ago
Felix Fietkau 1138f84e6c netifd: update to latest, adds support for protocol notifiers to signal interface availability 13 years ago
Jo-Philipp Wich c7ac1b5b0c firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is given but does not resolve to an ip 13 years ago
Jo-Philipp Wich 52e93e54bc base-files: sysupgrade: kill all but essential processes before starting the update 13 years ago
Jo-Philipp Wich 825658977f Add QoS firewall stop script generation 13 years ago
Jo-Philipp Wich 3ffe66cbe0 Add qos_* iptables chain namespace for QoS 13 years ago
Felix Fietkau 18368debf1 libubox: update to latest version, fixes issues with using the library from C++ code 13 years ago
Gabor Juhos 4cc48089c7 base-files/sysupgrade: add more busybox applet symlinks to ramdisk 13 years ago
Jo-Philipp Wich 219d772ce8 busybox: disable rdate, enable ntpd by default 13 years ago
Jo-Philipp Wich 272d95f0f1 base-files: remove rdate integration, add busybox ntpd init script 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. 13 years ago
Felix Fietkau 803c7edcb3 netifd: if core dump support is enabled, use it. also add some delay after start to avoid race conditions with other init scripts 13 years ago
Felix Fietkau 883272696f netifd: update to the latest version, contains small fixes for interface reloading and adds support for dependency handling of stacked devices like dsa 13 years ago
Jonas Gorski 1c251e09ba package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX) 13 years ago
Jonas Gorski dccc9a6c2e package: kernel: remove last use of $(LINUX_KMOD_SUFFIX) 13 years ago
Nicolas Thill 1663fb6425 package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX) 13 years ago
Nicolas Thill 772a22ccb1 package/zlib: include zlib.pc (pkconfig) 13 years ago
Felix Fietkau 5fa4348a70 busybox: fix a compile error on mac os x 13 years ago
Jo-Philipp Wich 2f5cb96222 mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com> 13 years ago
Gabor Juhos 61441fe2de package/u-boot-envtools: update to version 2011.06. 13 years ago
Nicolas Thill 8f7d6c66e1 package/ipset: move out to packages/net/ 13 years ago
Nicolas Thill 98c5037127 package/perf: move out to packages/devel/ 13 years ago
Felix Fietkau 51370f3b28 netifd: update to latest version, fixes a crash on dhcp renew 13 years ago
Jo-Philipp Wich 9f419bc308 relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3 13 years ago
Nicolas Thill d3a428d406 package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743) 13 years ago
Nicolas Thill dba02bbacc package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number 13 years ago
Felix Fietkau cc384ef7b4 netifd: update to latest version, fixes interface hotplugging issues 13 years ago
Felix Fietkau 01f9388cde netifd: add two simple scripts for querying interface/device status 13 years ago
Felix Fietkau 4112fbaafb netifd: reload the network config on ifup -a 13 years ago
Jo-Philipp Wich 204bf6e5fe firewall: prevent ip6tables -t nat rules (#10265) 13 years ago
Jo-Philipp Wich 69df551be3 firewall: fix another instance of unquoted "*" 13 years ago
Jo-Philipp Wich 9a61d9e513 firewall: fix possible expansion of "*" when rules with "option src *" are processed 13 years ago
Jo-Philipp Wich e0e73928da firewall: do not check for module availability, let iptables fail if a feature is not present (#7610) 13 years ago
Nicolas Thill 1651774ed5 wrt55agv2-spidevs: fix build with recent kernel 13 years ago
Nicolas Thill ca8712bdbd kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431) 13 years ago
Felix Fietkau fde2b227b8 netifd: add a dependency on jshn 13 years ago
Nicolas Thill d10b4495bc busybox: update to 1.19.2 (thanks to Peter Wagner) 13 years ago
Felix Fietkau 3fadea0d6f uci: fix segfault on import of anonymous sections (#10204) 13 years ago
Felix Fietkau f11ae11093 uci: update to latest version (includes several bugfixes) 13 years ago
Felix Fietkau ee61d7007a netifd: add missing dependencies on libuci and libnl-tiny 13 years ago
Felix Fietkau 55aeabae10 add an initial (experimental) version of netifd, disabled by default 13 years ago
Felix Fietkau 2ccd191b76 pppd: fix the exit code in case of authentication failure or other errors 13 years ago
Felix Fietkau d1c05d734b pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down} 13 years ago
Felix Fietkau 0798d4a5c7 ubusd: add an init script 13 years ago
Felix Fietkau c2b5767572 base-files: move network related scripts to a separate package to make the transition to netifd easier 13 years ago
Travis Kemen fce8379940 add cname section 13 years ago
Jo-Philipp Wich b656b87d13 6in4: sync with HE.net endpoint update changes 13 years ago