]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/log
people/teissler/ipfire-2.x.git
10 years agoMerge remote-tracking branch 'alfh/feature_html_validating' into next
Michael Tremer [Tue, 25 Feb 2014 21:02:34 +0000 (22:02 +0100)] 
Merge remote-tracking branch 'alfh/feature_html_validating' into next

10 years agoMerge remote-tracking branch 'alfh/feature_qos_description' into next
Michael Tremer [Tue, 25 Feb 2014 21:01:34 +0000 (22:01 +0100)] 
Merge remote-tracking branch 'alfh/feature_qos_description' into next

10 years agoMerge remote-tracking branch 'alfh/feature_htmlclean_removefont' into next
Michael Tremer [Tue, 25 Feb 2014 21:01:14 +0000 (22:01 +0100)] 
Merge remote-tracking branch 'alfh/feature_htmlclean_removefont' into next

10 years agoindex.cgi: Add /red/local-ipaddress query.
Erik Kapfer [Sat, 22 Feb 2014 07:04:24 +0000 (08:04 +0100)] 
index.cgi: Add /red/local-ipaddress query.

Fixes# 10480. Added if loop for local-ipaddress query.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Tue, 25 Feb 2014 11:23:33 +0000 (12:23 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agoReload all firewall rules when /etc/init.d/firewall reload is executed.
Michael Tremer [Tue, 25 Feb 2014 11:23:09 +0000 (12:23 +0100)] 
Reload all firewall rules when /etc/init.d/firewall reload is executed.

10 years agokernel: update to 3.10.32.
Arne Fitzenreiter [Mon, 24 Feb 2014 21:25:15 +0000 (22:25 +0100)] 
kernel: update to 3.10.32.

10 years agosshd: Fix warning that oom_adj is deprecated.
Michael Tremer [Mon, 24 Feb 2014 20:36:15 +0000 (21:36 +0100)] 
sshd: Fix warning that oom_adj is deprecated.

Also make startup faster.

10 years agoFirewall: Fix errormessages on rulecreation when red has no IP
Alexander Marx [Mon, 24 Feb 2014 13:11:02 +0000 (14:11 +0100)] 
Firewall: Fix errormessages on rulecreation when red has no IP

10 years agoFirewall: fix error when editing a rule and changing remark with invalid chars the...
Alexander Marx [Mon, 24 Feb 2014 14:00:40 +0000 (15:00 +0100)] 
Firewall: fix error when editing a rule and changing remark with invalid chars the rule was destroyed

10 years agoFirewall: delete -i red0 from DNAT rules
Alexander Marx [Mon, 24 Feb 2014 15:03:10 +0000 (16:03 +0100)] 
Firewall: delete -i red0 from DNAT rules

10 years agoFirewall: fixed padding-right of lastrule table in ruleoverview
Alexander Marx [Mon, 24 Feb 2014 15:20:21 +0000 (16:20 +0100)] 
Firewall: fixed padding-right of lastrule table in ruleoverview

10 years agoFix relocating NTP binaries.
Michael Tremer [Mon, 24 Feb 2014 18:37:20 +0000 (19:37 +0100)] 
Fix relocating NTP binaries.

10 years agoFirewall: modified DNAT and SNAT rulecreation
Alexander Marx [Mon, 24 Feb 2014 10:48:41 +0000 (11:48 +0100)] 
Firewall: modified DNAT and SNAT rulecreation

10 years agoAdd missing default values for firewall options of the new firewall.
Stefan Schantl [Sun, 23 Feb 2014 21:05:57 +0000 (22:05 +0100)] 
Add missing default values for firewall options of the new firewall.

The new firewall uses some new options which can be configured on the optionsfw page in the WUI.
In the past these settings where missing on updated systems.

10 years agontp: check/wait for onlineconnection.
Arne Fitzenreiter [Sun, 23 Feb 2014 17:28:34 +0000 (18:28 +0100)] 
ntp: check/wait for onlineconnection.

10 years agoindex.cgi: Make html valid, and improve dialup and vpn display
Alf Høgemark [Sat, 22 Feb 2014 14:23:39 +0000 (15:23 +0100)] 
index.cgi: Make html valid, and improve dialup and vpn display

Make the html validate. One part of the changes is to
move style from using deprecated attributes to using
style attribute on tag.
The other part is to make sure that tables, rows and cells
are properly closed and nested.

Use a table for showing output from the dialctrl script.

10 years agoconnections.cgi: Make the html pass html validation
Alf Høgemark [Sat, 22 Feb 2014 11:38:41 +0000 (12:38 +0100)] 
connections.cgi: Make the html pass html validation

10 years agoaliases.cgi: Make the html pass html validation
Alf Høgemark [Sat, 22 Feb 2014 11:03:35 +0000 (12:03 +0100)] 
aliases.cgi: Make the html pass html validation

10 years agoipfire theme: Fix align on div, and fix javascript tag
Alf Høgemark [Sat, 22 Feb 2014 11:14:41 +0000 (12:14 +0100)] 
ipfire theme: Fix align on div, and fix javascript tag

Remove align attribute on div for openbox, rather use
style attribute with text-align, since align attribute
causes html validation warnings, since it is deprecated.

Remove deprecated and useless attribute on javascript tag.

10 years agocgi-bin: Remove font tags with no effect, and style tags
Alf Høgemark [Sat, 22 Feb 2014 10:59:55 +0000 (11:59 +0100)] 
cgi-bin: Remove font tags with no effect, and style tags

The font tag is deprecated, so clean up html by removing
font tags that have no effect.

For font tags that have an effect, move the styling to
the tag controlling the text output.

The aim is to get one step further towards validating html.

10 years agoqos.cgi: Show class description in listing, and graph description
Alf Høgemark [Sat, 22 Feb 2014 06:07:57 +0000 (07:07 +0100)] 
qos.cgi: Show class description in listing, and graph description

When listing the defined qos classes when qos.cgi is initially
displayed, include the description of the class.

Add upload heading for red graph and download graph for imq graph,
since it is not obvious what the graphs means.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Fri, 21 Feb 2014 10:56:52 +0000 (11:56 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agontp: Update to 4.2.6p5.
Michael Tremer [Fri, 21 Feb 2014 10:54:14 +0000 (11:54 +0100)] 
ntp: Update to 4.2.6p5.

10 years agofirewall: Remove even more redundant rules.
Michael Tremer [Fri, 21 Feb 2014 10:35:05 +0000 (11:35 +0100)] 
firewall: Remove even more redundant rules.

10 years agoIntel-lan: updated e1000 and igb vendor driver.
Arne Fitzenreiter [Fri, 21 Feb 2014 08:48:33 +0000 (09:48 +0100)] 
Intel-lan: updated e1000 and igb vendor driver.

igb v5.0.6 and e1000e v2.5.4

10 years agokernel: update to 3.10.31.
Arne Fitzenreiter [Thu, 20 Feb 2014 22:37:22 +0000 (23:37 +0100)] 
kernel: update to 3.10.31.

10 years agofirewall: Remove rule that allows access to everything.
Michael Tremer [Thu, 20 Feb 2014 12:03:28 +0000 (13:03 +0100)] 
firewall: Remove rule that allows access to everything.

10 years agofirewall: Fix proper check for BLUE and ORANGE devices.
Michael Tremer [Thu, 20 Feb 2014 12:01:48 +0000 (13:01 +0100)] 
firewall: Fix proper check for BLUE and ORANGE devices.

10 years agofirewall: Remove redundant rule.
Michael Tremer [Thu, 20 Feb 2014 12:01:36 +0000 (13:01 +0100)] 
firewall: Remove redundant rule.

10 years agoindex.cgi: Change display of DNS servers.
Michael Tremer [Thu, 20 Feb 2014 09:55:08 +0000 (10:55 +0100)] 
index.cgi: Change display of DNS servers.

Add missing colon and put them into one column in the
table.

10 years agoMerge remote-tracking branch 'alfh/bugfix_htmlclean' into next
Michael Tremer [Wed, 19 Feb 2014 19:49:38 +0000 (20:49 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_htmlclean' into next

10 years agoMerge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next
Michael Tremer [Wed, 19 Feb 2014 19:48:12 +0000 (20:48 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next

10 years agoMerge remote-tracking branch 'alfh/bugfix_menu_touch' into next
Michael Tremer [Wed, 19 Feb 2014 19:47:54 +0000 (20:47 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_menu_touch' into next

10 years agocore76: Add update accelerator script to updater.
Michael Tremer [Wed, 19 Feb 2014 19:47:12 +0000 (20:47 +0100)] 
core76: Add update accelerator script to updater.

10 years agoMerge remote-tracking branch 'alfh/feature_updxlrator' into next
Michael Tremer [Wed, 19 Feb 2014 19:46:21 +0000 (20:46 +0100)] 
Merge remote-tracking branch 'alfh/feature_updxlrator' into next

10 years agocgi-bin: Add title attribute to input type image where missing
Alf Høgemark [Wed, 19 Feb 2014 17:31:02 +0000 (18:31 +0100)] 
cgi-bin: Add title attribute to input type image where missing

Almost all of <input type="image"... has both an alt and a
title attribute, but some are missing title, and when the icon
is not very clear, it makes it harder to understand what the icon
does. By adding title, the browser displays text when mouse pointer
is over the icon.

Also add missing quotes for alt and title attributes where needed.

10 years agoipfire theme: Add missing swapVisibility javascript function
Alf Høgemark [Wed, 19 Feb 2014 17:05:55 +0000 (18:05 +0100)] 
ipfire theme: Add missing swapVisibility javascript function

qos.cgi and media.cgi depend on swapVisibility function, this
is defined in each theme, but was missing from the new theme.

Add the function, and implement it using jquery, since jquery
is always present in the new theme.

10 years agowebgui menus: Make top menu item clickable on mobile safari
Alf Høgemark [Wed, 19 Feb 2014 16:30:49 +0000 (17:30 +0100)] 
webgui menus: Make top menu item clickable on mobile safari

The menus in the new default theme does not work properly on
ipad and I guess other devices using mobile safari.

The reason is that <a> tags without href is not marked as
clickable by ios, and therefore no css hover effect is applied.

The fix is either to add a href="#" attribute
or a onclick="return true;" atribute on the <a> tag.
I prefer the href solution, since it is a no javascript solution.

10 years agocgi-bin: Use readonly="readonly" attribute on html input elements
Alf Høgemark [Tue, 18 Feb 2014 17:48:57 +0000 (18:48 +0100)] 
cgi-bin: Use readonly="readonly" attribute on html input elements

The proper way to mark readonly is to use readonly="readonly", not
readonly="true", like it was done some places.

10 years agostrongswan: Update to 5.1.2rc1.
Michael Tremer [Tue, 18 Feb 2014 14:16:08 +0000 (15:16 +0100)] 
strongswan: Update to 5.1.2rc1.

10 years agofirewall: Import Turkish translation.
Ersan Yildirim [Mon, 17 Feb 2014 16:24:14 +0000 (17:24 +0100)] 
firewall: Import Turkish translation.

10 years agoUpdate translations.
Michael Tremer [Mon, 17 Feb 2014 15:40:14 +0000 (16:40 +0100)] 
Update translations.

10 years agoMerge remote-tracking branch 'alfh/feature_htmlcleanup' into next
Michael Tremer [Mon, 17 Feb 2014 15:33:38 +0000 (16:33 +0100)] 
Merge remote-tracking branch 'alfh/feature_htmlcleanup' into next

Conflicts:
html/cgi-bin/logs.cgi/firewalllogip.dat
html/cgi-bin/logs.cgi/firewalllogport.dat
html/cgi-bin/media.cgi

10 years agoMerge remote-tracking branch 'alfh/feature_langfixes' into next
Michael Tremer [Mon, 17 Feb 2014 15:28:23 +0000 (16:28 +0100)] 
Merge remote-tracking branch 'alfh/feature_langfixes' into next

10 years agoMerge remote-tracking branch 'alfh/feature_firewalllog_first_last' into next
Michael Tremer [Mon, 17 Feb 2014 15:24:41 +0000 (16:24 +0100)] 
Merge remote-tracking branch 'alfh/feature_firewalllog_first_last' into next

10 years agoRevert "perl-PDF-Create: New package"
Michael Tremer [Mon, 17 Feb 2014 15:17:45 +0000 (16:17 +0100)] 
Revert "perl-PDF-Create: New package"

This reverts commit e7f5c0465ba009549aeb3c61627e26984db576f8.

10 years agoSet version to 2.15 beta2.
Arne Fitzenreiter [Sun, 16 Feb 2014 07:47:31 +0000 (08:47 +0100)] 
Set version to 2.15 beta2.

10 years agonginx: remove tcp_proxy_module patch.
Arne Fitzenreiter [Sun, 16 Feb 2014 07:10:11 +0000 (08:10 +0100)] 
nginx: remove tcp_proxy_module patch.

10 years agoglibc: Backport hotfixes from RHEL6.
Michael Tremer [Sat, 15 Feb 2014 18:40:08 +0000 (19:40 +0100)] 
glibc: Backport hotfixes from RHEL6.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Sat, 15 Feb 2014 17:42:37 +0000 (18:42 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agofireinfo: Exclude some more patterns.
Michael Tremer [Sat, 15 Feb 2014 17:40:55 +0000 (18:40 +0100)] 
fireinfo: Exclude some more patterns.

10 years agou-boot: limit videores to 800x600.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:50:00 +0000 (17:50 +0100)] 
u-boot: limit videores to 800x600.

pandaboard has display problems on console with higher resolutions.

10 years agokernel: disable cpu-idle and debug_ll on arm-multiarch kernel.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:49:17 +0000 (17:49 +0100)] 
kernel: disable cpu-idle and debug_ll on arm-multiarch kernel.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Sat, 15 Feb 2014 16:48:35 +0000 (17:48 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agokernel: enable hyperv driver.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:47:07 +0000 (17:47 +0100)] 
kernel: enable hyperv driver.

10 years agocgi-bin: HTML cleanup, add quotes for attribute values
Alf Høgemark [Sat, 15 Feb 2014 15:54:38 +0000 (16:54 +0100)] 
cgi-bin: HTML cleanup, add quotes for attribute values

10 years agoatm-status.cgi: display more values for solos-pci.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:41:40 +0000 (16:41 +0100)] 
atm-status.cgi: display more values for solos-pci.

10 years agoleds: add geos router support, updated alix leds.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:39:22 +0000 (16:39 +0100)] 
leds: add geos router support, updated alix leds.

10 years agokernel: cs5535audio spam the syslog with access errors.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:29:31 +0000 (16:29 +0100)] 
kernel: cs5535audio spam the syslog with access errors.

On geos boards the cs5535 is present but the ac97 is not there.

10 years agokernel: add some missing gpio modules.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:27:20 +0000 (16:27 +0100)] 
kernel: add some missing gpio modules.

the gpio modules are needed for led's on alix and geos boards.

10 years agocgi-bin and themes: Remove language attribute on script tag
Alf Høgemark [Tue, 11 Feb 2014 18:42:35 +0000 (19:42 +0100)] 
cgi-bin and themes: Remove language attribute on script tag

10 years agologs.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Tue, 11 Feb 2014 18:06:32 +0000 (19:06 +0100)] 
logs.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agopppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:45:53 +0000 (12:45 +0100)] 
pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoiptables.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:45:31 +0000 (12:45 +0100)] 
iptables.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agogui.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:44:58 +0000 (12:44 +0100)] 
gui.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoservices.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:23:50 +0000 (12:23 +0100)] 
services.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoremote.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:23:06 +0000 (12:23 +0100)] 
remote.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agopppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:22:46 +0000 (12:22 +0100)] 
pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoovpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:20:35 +0000 (12:20 +0100)] 
ovpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agofireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:17:35 +0000 (12:17 +0100)] 
fireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoids.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 10:54:56 +0000 (11:54 +0100)] 
ids.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agomedia.cgi: htmlcleanup, change <B> tag to <b>, and fix attribute quotation
Alf Høgemark [Sun, 9 Feb 2014 10:51:34 +0000 (11:51 +0100)] 
media.cgi: htmlcleanup, change <B> tag to <b>, and fix attribute quotation

10 years agoqos.cgi: Use Language string for legend in graph
Alf Høgemark [Sat, 15 Feb 2014 14:43:56 +0000 (15:43 +0100)] 
qos.cgi: Use Language string for legend in graph

10 years agofirewalllog.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:19:11 +0000 (20:19 +0100)] 
firewalllog.dat: Use language string keys already defined

10 years agofirewalllogport.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:11:10 +0000 (20:11 +0100)] 
firewalllogport.dat: Use language string keys already defined

10 years agofirewalllogip.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:10:40 +0000 (20:10 +0100)] 
firewalllogip.dat: Use language string keys already defined

10 years agocountry.cgi: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:10:03 +0000 (20:10 +0100)] 
country.cgi: Use language string keys already defined

10 years agoovpnmain.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:19:58 +0000 (11:19 +0100)] 
ovpnmain.cgi: Use language string keys already defined

10 years agoqos.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:19:19 +0000 (11:19 +0100)] 
qos.cgi: Use language string keys already defined

10 years agomedia.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:03:04 +0000 (11:03 +0100)] 
media.cgi: Use language string keys already defined

10 years agoindex.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 09:45:55 +0000 (10:45 +0100)] 
index.cgi: Use language string keys already defined

10 years agofirewalllog.dat: Use language string for First and Last text
Alf Høgemark [Sat, 15 Feb 2014 14:16:06 +0000 (15:16 +0100)] 
firewalllog.dat: Use language string for First and Last text

10 years agoMerge branch 'next' of https://github.com/ipfire/ipfire-2.x into feature_firewalllog_...
Alf Høgemark [Sat, 15 Feb 2014 14:13:16 +0000 (15:13 +0100)] 
Merge branch 'next' of https://github.com/ipfire/ipfire-2.x into feature_firewalllog_first_last

10 years agoupdxlrator: Add support for tar.xz files
Alf Høgemark [Sat, 15 Feb 2014 09:01:51 +0000 (10:01 +0100)] 
updxlrator: Add support for tar.xz files

10 years agoupdxlrator: Handle colon in filenames in updatexlrator.cgi
Alf Høgemark [Wed, 5 Feb 2014 19:02:44 +0000 (20:02 +0100)] 
updxlrator: Handle colon in filenames in updatexlrator.cgi

The updatexlrator.cgi is assuming that colon is not part of any
filenames downloaded by updxlrator. Fix this by fixing regular
expression used for listing pending download files, and by
fixing regular expression used to listing files in maintenance view.

The fix for listing in maintenance is not very nice, I just use
":separator:" as field separator instead of just ":", which was used
earlier. This should make it very unlikely to collide with a part of
the filename.

Also make the files in download be sorted using lower case, like it is
done for files in the vendor path.

The problem can be reproduced by downloading
http://mirror.us.leaseweb.net/archlinux/community/os/x86_64/
docker-1:0.7.6-1-x86_64.pkg.tar.xz, after pkg.tar.xz files support has
been added to updxlrator.

10 years agoupdxlrator: Add support for ArchLinux pkg.tar.xz files
Alf Høgemark [Wed, 5 Feb 2014 18:03:35 +0000 (19:03 +0100)] 
updxlrator: Add support for ArchLinux pkg.tar.xz files

Add support for caching package files for ArchLinux in updxlrator, by
adding pkg.tar.xz to the regular expression for Linux vendor.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Fri, 14 Feb 2014 22:41:45 +0000 (23:41 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agokernel: add some omap/pandaboard patches.
Arne Fitzenreiter [Fri, 14 Feb 2014 22:41:13 +0000 (23:41 +0100)] 
kernel: add some omap/pandaboard patches.

10 years agokernel: update i586 config.
Arne Fitzenreiter [Fri, 14 Feb 2014 22:26:31 +0000 (23:26 +0100)] 
kernel: update i586 config.

10 years agokernel: fix imq patch for 3.10.30.
Arne Fitzenreiter [Fri, 14 Feb 2014 21:24:05 +0000 (22:24 +0100)] 
kernel: fix imq patch for 3.10.30.

kernel: fix imq patch for 3.10.30 and remove old patches.

10 years agokernel: update to 3.10.30.
Arne Fitzenreiter [Fri, 14 Feb 2014 17:08:24 +0000 (18:08 +0100)] 
kernel: update to 3.10.30.

10 years agokernel: enable gpio_expander for alix led's.
Arne Fitzenreiter [Fri, 14 Feb 2014 17:04:32 +0000 (18:04 +0100)] 
kernel: enable gpio_expander for alix led's.

10 years agofireinfo: Remove old patch.
Michael Tremer [Fri, 14 Feb 2014 16:38:16 +0000 (17:38 +0100)] 
fireinfo: Remove old patch.

10 years agofireinfo: Update to 2.1.9.
Michael Tremer [Fri, 14 Feb 2014 16:37:17 +0000 (17:37 +0100)] 
fireinfo: Update to 2.1.9.

10 years agosysctl: Load variables first thing when booting.
Michael Tremer [Fri, 14 Feb 2014 16:35:37 +0000 (17:35 +0100)] 
sysctl: Load variables first thing when booting.

10 years agofirewall: Load init script functions.
Michael Tremer [Fri, 14 Feb 2014 15:10:21 +0000 (16:10 +0100)] 
firewall: Load init script functions.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Fri, 14 Feb 2014 12:50:01 +0000 (13:50 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agoindex.cgi: Fix showing DNS servers.
Michael Tremer [Fri, 14 Feb 2014 12:49:37 +0000 (13:49 +0100)] 
index.cgi: Fix showing DNS servers.

10 years agofirewall: Use --wait for all iptables commands.
Michael Tremer [Fri, 14 Feb 2014 12:04:18 +0000 (13:04 +0100)] 
firewall: Use --wait for all iptables commands.