Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dnsmasq: allow forcing options | Jo-Philipp Wich | 2012-05-19 | 1 | -8/+25 |
| | | | | | | | | | | The option 'force' when set to '1' will transform a dhcp-option to dhcp-option-force instead in the config. This is useful for forcing options to be sent back to a client (even options it didn't ask for). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31816 | ||||
* | dnsmasq: add support for set: and tag: pairs | Jo-Philipp Wich | 2012-05-19 | 1 | -2/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my network, I have a variety of machines and appliances, some of which need different configuration issues than the default options. For example: config host option name 'client' option mac '00:01:02:03:04:05' option ip '192.168.1.20' option tag 'acme' config tag acme option force '1' list dhcp_option 'option:router,192.168.1.253' list dhcp_option 'option:domain-name,acme.com' list dhcp_option 'option:domain-search,acme.com,redfish-solutions.com' which allows me to override the default router for my client's host, as well as its domain-name, and its domain-search. this causes the following config lines: dhcp-host=00:01:02:03:04:05,set:acme,192.168.1.20,client dhcp-option-force=tag:acme,option:router,192.168.1.253 dhcp-option-force=tag:acme,option:domain-name,acme.com dhcp-option-force=tag:acme,option:domain-search:acme.com,redfish-solutions.com This could be useful elsewhere, for instance, if you have an IP CCTV that you don't want to have a default-route, etc. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31815 | ||||
* | dnsmasq: fix parsing of mx record options (#11365) | Jo-Philipp Wich | 2012-05-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 31814 | ||||
* | kernel: merge a net-next fq_codel backlog handling fix | Felix Fietkau | 2012-05-18 | 1 | -0/+133 |
| | | | | SVN-Revision: 31813 | ||||
* | netifd: update to latest version, fixes a crash on restart | Felix Fietkau | 2012-05-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 31812 | ||||
* | ubus: update to latest version, fixes a socket race condition in the client ↵ | Felix Fietkau | 2012-05-18 | 1 | -3/+3 |
| | | | | | | library with uloop SVN-Revision: 31811 | ||||
* | omap24xx: add support for 3.3 | Gabor Juhos | 2012-05-18 | 25 | -0/+13517 |
| | | | | | | Compile tested only. SVN-Revision: 31810 | ||||
* | cns3xxx: add support for 3.3 | Gabor Juhos | 2012-05-18 | 17 | -0/+27541 |
| | | | | | | Compile tested only. SVN-Revision: 31809 | ||||
* | linux/2.6.39: R.I.P. | Gabor Juhos | 2012-05-18 | 131 | -71476/+0 |
| | | | | SVN-Revision: 31808 | ||||
* | cns3xxx: sync kernel config | Gabor Juhos | 2012-05-18 | 1 | -12/+22 |
| | | | | SVN-Revision: 31807 | ||||
* | cns3xxx: remove 2.6.39 support | Gabor Juhos | 2012-05-18 | 15 | -27379/+0 |
| | | | | SVN-Revision: 31806 | ||||
* | cns3xxx: switch to 3.1 | Gabor Juhos | 2012-05-18 | 1 | -1/+1 |
| | | | | | | Compile tested only. SVN-Revision: 31805 | ||||
* | x86: remove support for old kernels | Gabor Juhos | 2012-05-18 | 16 | -1916/+0 |
| | | | | SVN-Revision: 31804 | ||||
* | x86: remove subtarget specific LINUX_VERSION overrides | Gabor Juhos | 2012-05-18 | 10 | -11/+2 |
| | | | | SVN-Revision: 31803 | ||||
* | x86/ep80579: switch to 3.3 | Gabor Juhos | 2012-05-18 | 8 | -0/+633 |
| | | | | | | | Also fix build errors in the ep80579-drivers package. Compile tested only. SVN-Revision: 31802 | ||||
* | package/ep80579-drivers: refresh patches | Gabor Juhos | 2012-05-18 | 7 | -39/+35 |
| | | | | SVN-Revision: 31801 | ||||
* | kernel: add et131x from packages/ | Felix Fietkau | 2012-05-18 | 1 | -0/+18 |
| | | | | SVN-Revision: 31792 | ||||
* | kernel: split off act_connmark into a separate package to avoid cluttering ↵ | Felix Fietkau | 2012-05-18 | 2 | -5/+12 |
| | | | | | | kmod-sched with a netfilter dependency (fixes #11483) SVN-Revision: 31791 | ||||
* | brcm47xx: fix nvram read out on devices with serial flash | Hauke Mehrtens | 2012-05-18 | 5 | -31/+36 |
| | | | | | | detect nvram on Linksys E3200 SVN-Revision: 31790 | ||||
* | brcm47xx: bcma: fix null pointer | Hauke Mehrtens | 2012-05-18 | 1 | -0/+20 |
| | | | | SVN-Revision: 31789 | ||||
* | brcm47xx: ssb: recognize ARM Cortex M3 | Hauke Mehrtens | 2012-05-18 | 1 | -0/+21 |
| | | | | SVN-Revision: 31788 | ||||
* | brcm47xx: some fixes for the USB driver | Hauke Mehrtens | 2012-05-18 | 2 | -0/+22 |
| | | | | SVN-Revision: 31787 | ||||
* | mac80211: add brcmfmac driver | Hauke Mehrtens | 2012-05-18 | 2 | -16/+79 |
| | | | | SVN-Revision: 31786 | ||||
* | cobalt: remove 2.6.39 specific patches | Gabor Juhos | 2012-05-18 | 1 | -370/+0 |
| | | | | SVN-Revision: 31785 | ||||
* | x86/olpc: switch to 3.3 | Gabor Juhos | 2012-05-18 | 2 | -0/+123 |
| | | | | | | Compile tested only. SVN-Revision: 31784 | ||||
* | x86: image: select bootscript images by default for OLPC | Gabor Juhos | 2012-05-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 31783 | ||||
* | adm5120: add missing config symbols for the rb1xx subtarget, fixes #11407 | Felix Fietkau | 2012-05-17 | 1 | -0/+8 |
| | | | | SVN-Revision: 31781 | ||||
* | make: do a better job of sanitizing LD_LIBRARY_PATH (fixes #8069) | Felix Fietkau | 2012-05-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 31780 | ||||
* | kernel: remove obsolete dependencies and conditionals | Felix Fietkau | 2012-05-17 | 6 | -14/+12 |
| | | | | SVN-Revision: 31779 | ||||
* | kernel: remove the dummy kmod-rtc-core-* package, make all rtc drivers ↵ | Felix Fietkau | 2012-05-17 | 2 | -31/+1 |
| | | | | | | depend on @RTC_SUPPORT - prevent RTC support from leaking into kernels for targets that do not need this SVN-Revision: 31778 | ||||
* | target: add a feature flag for RTC support | Felix Fietkau | 2012-05-17 | 3 | -0/+7 |
| | | | | SVN-Revision: 31777 | ||||
* | kernel: remove kmod-gpio-cs5535, it was only relevant for old kernel versions | Felix Fietkau | 2012-05-17 | 1 | -16/+0 |
| | | | | SVN-Revision: 31776 | ||||
* | kernel: remove obsolete CompareKernelPatchVer calls | Felix Fietkau | 2012-05-17 | 8 | -77/+18 |
| | | | | SVN-Revision: 31775 | ||||
* | kernel: add some missing config options added by r31756 | Hauke Mehrtens | 2012-05-17 | 1 | -0/+2 |
| | | | | SVN-Revision: 31774 | ||||
* | mac80211: brcmsmac update to version from wireless-testing tag ↵ | Hauke Mehrtens | 2012-05-17 | 4 | -0/+4735 |
| | | | | | | master-2012-05-16-2 SVN-Revision: 31773 | ||||
* | kernel: ssb/bcma: update to version from wireless-testing tag ↵ | Hauke Mehrtens | 2012-05-17 | 27 | -2412/+4757 |
| | | | | | | master-2012-05-16-2 SVN-Revision: 31772 | ||||
* | brcm47xx: remove support for kernel 3.2 | Hauke Mehrtens | 2012-05-17 | 60 | -11653/+0 |
| | | | | SVN-Revision: 31771 | ||||
* | 6to4: load the network config to fix radvd announce (#11467) | Felix Fietkau | 2012-05-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 31770 | ||||
* | tc: depend on kmod-sched-core instead of kmod-sched (fixes #11465) | Felix Fietkau | 2012-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 31769 | ||||
* | 6in4: remove some obsolete functions | Felix Fietkau | 2012-05-17 | 1 | -13/+0 |
| | | | | SVN-Revision: 31768 | ||||
* | libubox: fix jshn handling of variables with numbers (fixes #11468) | Felix Fietkau | 2012-05-17 | 1 | -3/+3 |
| | | | | SVN-Revision: 31767 | ||||
* | x86/thincan: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+16 |
| | | | | | | Compile tested only. SVN-Revision: 31765 | ||||
* | x86/xen_domu: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+76 |
| | | | | | | Compile tested only. SVN-Revision: 31764 | ||||
* | x86/kvm_guest: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+77 |
| | | | | | | Compile tested only. SVN-Revision: 31763 | ||||
* | x86/generic: switch to 3.3 | Gabor Juhos | 2012-05-17 | 2 | -0/+113 |
| | | | | | | Compile tested only. SVN-Revision: 31762 | ||||
* | qos-scripts: use kmod-sched-core instead of kmod-sched | Felix Fietkau | 2012-05-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 31761 | ||||
* | kernel: split kmod-sched into kmod-sched-core and kmod-sched | Felix Fietkau | 2012-05-16 | 1 | -18/+39 |
| | | | | SVN-Revision: 31760 | ||||
* | qos-scripts: replace sfq/red with fq_codel - massively improves latency ↵ | Felix Fietkau | 2012-05-16 | 2 | -42/+3 |
| | | | | | | under load SVN-Revision: 31759 | ||||
* | iproute2: update to 3.3.0, drop a few useless old patches, add codel support | Felix Fietkau | 2012-05-16 | 12 | -3188/+588 |
| | | | | SVN-Revision: 31758 | ||||
* | kernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht) | Felix Fietkau | 2012-05-16 | 1 | -0/+2 |
| | | | | SVN-Revision: 31757 |