- Aug 12, 2012
-
-
Jo-Philipp Wich authored
base-files: provide a sysupgrade -r (--restore-backup) option as convenience wrapper for tar -C / -x(v)zf SVN-Revision: 33147
-
- Aug 09, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33075
-
- Aug 08, 2012
-
-
Florian Fainelli authored
SVN-Revision: 33057
-
- Jul 27, 2012
-
-
Florian Fainelli authored
When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 32891
-
- Jul 14, 2012
-
-
Vasilis Tsiligiannis authored
SVN-Revision: 32711
-
- Jul 03, 2012
-
-
Jo-Philipp Wich authored
base-files: ensure that /sys is available during sysupgrade, some essential services like om-watchdog need it SVN-Revision: 32587
-
- Jun 29, 2012
-
-
Jo-Philipp Wich authored
base-files: implement network_get_dnsserver() and network_get_dnssearch() in /lib/functions/network.sh SVN-Revision: 32531
-
Jo-Philipp Wich authored
SVN-Revision: 32525
-
- Jun 27, 2012
-
-
Felix Fietkau authored
A year of testing in the cerowrt project shows not using timestamps to be a very bad idea in nearly any TCP at speeds above a few Mbit. Lastly sack/dsack help on recovery from larger amounts of packet loss. SVN-Revision: 32513
-
- Jun 26, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 32503
-
- Jun 17, 2012
-
-
Jo-Philipp Wich authored
base-files: implement network_get_gateway(), network_get_gateway6(), network_find_wan() and network_find_wan6() in /lib/functions/network.sh SVN-Revision: 32397
-
- Jun 13, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 32340
-
- Jun 07, 2012
-
-
Jo-Philipp Wich authored
base-files: implement network_defer_device() and network_ready_device() wrappers for upcoming netifd iface deferring support SVN-Revision: 32106
-
- Jun 05, 2012
-
-
Jo-Philipp Wich authored
base-files: ship a static initial shadow db instead of creating it from passwd with sed, this fixes registering of users at compile time SVN-Revision: 32064
-
Jo-Philipp Wich authored
SVN-Revision: 32063
-
Jo-Philipp Wich authored
SVN-Revision: 32062
-
- May 29, 2012
-
-
Gabor Juhos authored
SVN-Revision: 31991
-
Jo-Philipp Wich authored
SVN-Revision: 31978
-
Jo-Philipp Wich authored
base-files: let network_get_device() return the l3 interface, introduce network_get_physdev() to obtain the underlying iface (if applicable) SVN-Revision: 31960
-
- May 28, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 31937
-
Jo-Philipp Wich authored
base-files: introduce /lib/functions/network.sh This file will contain common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface. SVN-Revision: 31935
-
- May 23, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31852
-
Felix Fietkau authored
SVN-Revision: 31851
-
Gabor Juhos authored
SVN-Revision: 31842
-
- May 06, 2012
-
-
Jonas Gorski authored
On slower devices wifi drivers might take too long for detecting devices, resulting in the wifi detect call not seeing them. This was observed on a bcm6348 with bcm4318 wifi. Adding a one second pause was enough for b43 to expose the device. SVN-Revision: 31639
-
- Apr 27, 2012
-
-
Florian Fainelli authored
SVN-Revision: 31492
-
- Apr 21, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31431
-
- Apr 20, 2012
-
-
Jo-Philipp Wich authored
hi Another version, in this one the enable_server option is in the timeserver ntp part of the "system" config file You can patch trunk and bacfire (tested both) You can put busybox ntpd in client mode (if you put server), in client & server (by putting enable_server to 1, ntpd listen to udp 123), and also in server mode only (if you didn't put any servers in the config and still put enable_server 1, ntpd will answer with the time of the router) I've replaced "config_foreach getpeers timeserver" with "config_get peers ntp server" because we want ntp timeserver, not random ones (to pre-answer if someone want to say that it's intrusive ...) Signed-off-by:
Etienne CHAMPETIER <etienne.champetier@free.fr> Le 27/03/2012 20:41, Etienne Champetier a écrit : > I've now tested my trunk patch and it works fine > But I still can't find were $PROG is defined (is this a mistake, or some sort of built in variable???) > (I've made some grep and nothing) > > Le 23/03/2012 02:19, Philip Prindeville a écrit : >> Maybe: >> >> [ -n "$PROG" -a -x "$PROG" ] || return 1 >> >> instead? >> >> >> On 3/22/12 4:34 PM, Etienne Champetier wrote: >>> Hi >>> >>> The 2 attached patchs (trunk & bacfire) add busybox ntpd enable_server option, as busybox ntpd server is compiled by default. >>> We only need 1 client/server daemon (olipro patch was launching 2 daemons) >>> I've fully tested the bacfire patch, and as i don't have a running openwrt trunk i'm not sure for the trunk patch (i'm sure about my modifications, but i'm not sure about "[ -x $PROG ] || return 1", as "$PROG" isn't defined ?!) >>> >>> Signed-off-by:
Etienne CHAMPETIER <etienne.champetier@free.fr> >>> >>> >>> Le 16/01/2012 01:57, Philip Prindeville a écrit : >>>> On 1/14/12 11:37 AM, Olipro wrote: >>>>> On Saturday 14 Jan 2012 02:45:59 Philip Prindeville wrote: >>>>>> Don't we already have a 'disabled' option? Now we're adding an >>>>>> 'enable_server' option? >>>>>> >>>>>> That seems confusing for no useful reason. >>>>>> >>>>> have you bothered to read what I originally wrote? your response would make >>>>> me inclined to believe that you didn't. >>>>> >>>>> currently the ntpd initscript only runs it as a CLIENT - this patch enables >>>>> you to have one instance running as a client and another as a SERVER that >>>>> other hosts can synchronise with. >>>>> >>>>> Or perhaps I'm misunderstanding, what would you propose for allowing the >>>>> built-in busybox ntpd to be utilised as a server? a separate init script >>>>> entirely perhaps? >>>> Or separate config sections... instead of 'config ntp' have 'config ntp-server' and 'config ntp-client'. >>>> >>>> -Philip >>>> >>>> >>>> _______________________________________________ >>>> openwrt-devel mailing list >>>> openwrt-devel@lists.openwrt.org >>>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel >> _______________________________________________ >> openwrt-devel mailing list >> openwrt-devel@lists.openwrt.org >> https://lists.openwrt.org/mailman/listinfo/openwrt-devel > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel SVN-Revision: 31374
-
- Apr 15, 2012
-
-
Jo-Philipp Wich authored
base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled (#11280) SVN-Revision: 31289
-
- Apr 12, 2012
-
-
Jo-Philipp Wich authored
include, base-files, opkg: introduce version configuration to override the embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner The available placeholders are: %D .. Replace with $(CONFIG_VERSION_DIST), default to "OpenWrt" %d .. Like %D, but all characters made lowercase and spaces substituted with "_" (e.g. "openwrt") %N .. Replace with $(CONFIG_VERSION_NICK), default to the build tree release (e.g. "Attitude Adjustment") %n .. Like %N, but all characters made lowercase and spaces substituted with "_" (e.g. "attitude_adjustment") %V .. Replace with $(CONFIG_VERSION_NUMBER), default to the build tree release (e.g. "r31262") %v .. Like %V, but all characters made lowercase and spaces substituted with "_" %C .. Replace with $(CONFIG_VERSION_NUMBER), default to "Bleeding Edge" %c .. Like %C, but all characters made lowercase and spaces substituted with "_" (e.g. "bleeding_edge") %U .. Replace with $(CONFIG_VERSION_REPO), default to "http://downloads.openwrt.org/snapshots/trunk/%T/packages" %R .. Replace with the current build tree revision (e.g. "r31262" or "75488c4a05b8033cf69e91874a61852db7ba9c6c") %T .. Replace with the current target (e.g. "ar71xx") %S .. Replace with the current target/subtarget combo (e.g. "adm5120/router_le") SVN-Revision: 31262
-
- Mar 20, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31042
-
- Mar 18, 2012
-
-
Jo-Philipp Wich authored
The muninlite postinst fails to add munin to /etc/services. This patch removes this broken postinst and add an entry for munin in /etc/services. This should have been done when the rest of the /etc/services postinsts were being removed (changesets 26142-26149). Signed-off-by:
Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 30982
-
- Mar 13, 2012
-
-
Felix Fietkau authored
base-files: remove old coldplugging hacks that are no longer necessary since the new main hotplug2 instance calls udevtrigger as well SVN-Revision: 30916
-
- Mar 04, 2012
-
-
Jo-Philipp Wich authored
base-files: enable conntrack accounting in sysctl. It used to be a compile time option which got deprecated SVN-Revision: 30805
-
- Mar 02, 2012
-
-
Gabor Juhos authored
SVN-Revision: 30776
-
Gabor Juhos authored
SVN-Revision: 30775
-
- Jan 22, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29865
-
Felix Fietkau authored
base-files: the initial hotplug2 instance sometimes misses a few relevant events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this SVN-Revision: 29862
-
- Jan 19, 2012
-
-
Jo-Philipp Wich authored
base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> SVN-Revision: 29806
-
- Jan 08, 2012
-
-
Jo-Philipp Wich authored
base-files: implement a --force option for sysupgrade to override image checks, useful to upgrade old ar71xx installations to current trunk ones SVN-Revision: 29688
-