summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add some more missing kernel config symbolsJonas Gorski2012-04-241-3/+10
| | | | SVN-Revision: 31458
* remove old acx driverFlorian Fainelli2012-04-248-531/+0
| | | | SVN-Revision: 31456
* acx-mac80211: update to 20122204Florian Fainelli2012-04-243-12/+16
| | | | | | Upstream commit id: 15bbffea SVN-Revision: 31455
* mac80211: update AP multicast fix to latest version submitted to linux-wireless@Felix Fietkau2012-04-233-10/+42
| | | | SVN-Revision: 31453
* 6to4: follow RFC 6598 and consider 100.61.0.0/10 a private range (#11323)Jo-Philipp Wich2012-04-233-3/+11
| | | | SVN-Revision: 31444
* scanning kernel packages for targetsJohn Crispin2012-04-231-1/+1
| | | | | | | | | Any modifications in target/linux/*/modules.mk would not come into effect for subsequent "make menuconfig" unless we delete ./tmp. Signed-off-by: kalyan <kalyanatejaswi@gmail.com> SVN-Revision: 31442
* Revert "mac80211: add backport of the module_pci_driver macro"Gabor Juhos2012-04-221-21/+0
| | | | | | Erm, Hauke was faster. SVN-Revision: 31439
* mac80211: add backport of the module_pci_driver macroGabor Juhos2012-04-221-0/+21
| | | | | | That is required by various PCI drivers. SVN-Revision: 31438
* mac80211: add module_pci_driver to compatHauke Mehrtens2012-04-221-0/+22
| | | | | | | | Without module_pci_driver being defined the pci drivers do not get registered. Should fix #11332 SVN-Revision: 31437
* netifd: improve error handling in legacy script compatibility library, do ↵Felix Fietkau2012-04-211-3/+3
| | | | | | not fill the log with error messages for interfaces that could not be found SVN-Revision: 31432
* base-files: rename internal variables in config_foreach to make namespace ↵Felix Fietkau2012-04-211-4/+4
| | | | | | conflicts more unlikely SVN-Revision: 31431
* netifd: make type a local variable in /lib/network/config.sh to avoid ↵Felix Fietkau2012-04-211-1/+1
| | | | | | clashes with an internal config_foreach variable SVN-Revision: 31430
* mac80211: suppress 3-address multicast frames on WDS APs without non-WDS ↵Felix Fietkau2012-04-213-2/+76
| | | | | | stations SVN-Revision: 31429
* ath9k: merge a tkip related stability fixFelix Fietkau2012-04-212-3/+13
| | | | SVN-Revision: 31428
* minor change: adjust formatting of firewall.configMirko Vogt2012-04-211-13/+13
| | | | | | | - remove trailing whitespaces (s/\ $//g) - replace spaces with tabs between options and values SVN-Revision: 31427
* e2fsprogs: fix status reaping with fsck piped to logger, based on patch by ↵Jo-Philipp Wich2012-04-202-1/+4
| | | | | | Lukasz Golec-Biernat <mojedokumenty+openwrt@gmail.com> SVN-Revision: 31377
* enable ntpd server for busyboxJo-Philipp Wich2012-04-202-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* gpio-button-hotplug: don't build on 2.6.30Florian Fainelli2012-04-201-0/+1
| | | | SVN-Revision: 31363
* button-hotplug: prevent build on 2.6.30Florian Fainelli2012-04-201-0/+1
| | | | SVN-Revision: 31362
* xfsprogs: disable po files buildingFlorian Fainelli2012-04-201-0/+20
| | | | SVN-Revision: 31361
* mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx ↵Felix Fietkau2012-04-1920-543/+241
| | | | | | power fix SVN-Revision: 31347
* openssl: update to v1.0.1a (CVE-2012-2110)Jo-Philipp Wich2012-04-192-2/+14
| | | | SVN-Revision: 31346
* ppp: move ppp-{up,down} from the netifd package to pppdFelix Fietkau2012-04-173-0/+2
| | | | SVN-Revision: 31340
* netifd: update to latest, fixes ppp reconnect issuesFelix Fietkau2012-04-171-2/+2
| | | | SVN-Revision: 31339
* ath9k/ath5k: fix driver load issues with mesh support compiled outFelix Fietkau2012-04-175-26/+32
| | | | SVN-Revision: 31326
* iw: sync nl80211.h update with compat-wirelessFelix Fietkau2012-04-161-7/+214
| | | | SVN-Revision: 31323
* mac80211: update to wireless-testing 2012-04-13Felix Fietkau2012-04-1674-2549/+1296
| | | | SVN-Revision: 31322
* iproute2: Add hotplug script to add slave devices to TEQL masterJo-Philipp Wich2012-04-162-1/+26
| | | | | | | | Resolves https://dev.openwrt.org/ticket/11192 Signed-off-by: David Woodhouse <dwmw2@infradead.org> SVN-Revision: 31311
* sierra-directip: disable build with kernels older than 2.6.32 includedFlorian Fainelli2012-04-161-1/+1
| | | | SVN-Revision: 31303
* disable xfs on avr32Travis Kemen2012-04-151-1/+1
| | | | SVN-Revision: 31291
* base-files: reformat banner to better work with varying version string ↵Jo-Philipp Wich2012-04-153-4/+6
| | | | | | lengths, do not set image options if menu is disabled (#11280) SVN-Revision: 31289
* kernel: update bcma and ssb to version master-2012-04-12 from wireless-testingHauke Mehrtens2012-04-132-13/+11
| | | | SVN-Revision: 31278
* mac80211: add missing dependency to mac80211 to brcmsmacHauke Mehrtens2012-04-131-1/+1
| | | | SVN-Revision: 31277
* base-file: cleanup white space in Kconfig sourceJo-Philipp Wich2012-04-121-88/+88
| | | | SVN-Revision: 31267
* ath9k: fix sleep mode handling issues, should improve client mode reliabilityFelix Fietkau2012-04-125-10/+40
| | | | SVN-Revision: 31265
* include, base-files, opkg: introduce version configuration to override the ↵Jo-Philipp Wich2012-04-127-7/+73
| | | | | | | | | | | | | | | | | | | | 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
* netifd: update to 2012-04-12, fixes interface reconnect issues and improves ↵Felix Fietkau2012-04-121-2/+2
| | | | | | interface status info SVN-Revision: 31261
* base-files: remove network preconfig, it collides with ar71xx network ↵Jo-Philipp Wich2012-04-121-5/+0
| | | | | | firstboot uci-defaults To supply custom network settings, it is better to embed a complete network config file using the files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore drop this facility. SVN-Revision: 31258
* fix bad variable name inside MakefileJohn Crispin2012-04-101-2/+2
| | | | | | We use PKG_NAME and not PKB_BASE_NAME inside OpenWrt Makefiles SVN-Revision: 31244
* kernel: add some more additional missing config symbols for 3.2 and 3.3Jonas Gorski2012-04-093-3/+7
| | | | SVN-Revision: 31221
* libpcap: explicitely disable libnl support to prevent different build ↵Jo-Philipp Wich2012-04-081-2/+3
| | | | | | results depending on the environment (#11239) SVN-Revision: 31219
* util-linux(-ng): revert r31183, r31178 - the update introduced several ↵Jo-Philipp Wich2012-04-052-75/+64
| | | | | | regressions which need to be worked out first SVN-Revision: 31202
* grub: fix build with automake v1.11.3 (#11228)Jo-Philipp Wich2012-04-041-0/+41
| | | | SVN-Revision: 31201
* util-linux: prevent packaging libtool placeholder scripts (#11224)Jo-Philipp Wich2012-04-041-4/+6
| | | | SVN-Revision: 31183
* dnsmasq: configure dnsmasq via flat config file and not command-line argsJo-Philipp Wich2012-04-021-54/+79
| | | | | | | | | | Sometimes it's useful to compare the generated config file from UCI config with a hand-edited dnsmasq config file, especially if you're migrating to an OpenWRT router from something else (such as Astlinux). Putting the generated config makes it easier to capture and diff, etc. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31182
* iproute2: update to 3.2.0 and package 'ss'Florian Fainelli2012-04-021-7/+17
| | | | | | | | | | This patch bumps iproute2 to the latest available version, fixes the package URL to use kernel.org (as things have now been moved back there) and also adds ss (socket statistics) to menuconfig. Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> SVN-Revision: 31179
* util-linux: move and updateFlorian Fainelli2012-04-022-63/+72
| | | | | | | | | | | | | | | | This patch makes several changes with util-linux-ng package: * moves it to util-linux (upstream name) * bumps it to last stable version 2.20.1 (was 2.13.0.1) * adds new package getopt * sorts packages inside Makefile * removes patch, it has been applied upstream I would also like to maintain this package. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31178
* crda: update to 1.1.2Florian Fainelli2012-04-022-4/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31177
* libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a ↵Jo-Philipp Wich2012-04-012-3/+3
| | | | | | from libnl, fixes error on hostapd interface initialization SVN-Revision: 31155
* revert bad changeTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31154