]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Merge branch 'core68' into next
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Mar 2013 13:10:36 +0000 (14:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Mar 2013 13:10:36 +0000 (14:10 +0100)
Conflicts:
make.sh

config/rootfiles/common/armv5tel/rpi-firmware
config/rootfiles/core/67/exclude
config/rootfiles/core/67/filelists/armv5tel/rpi-firmware [deleted symlink]
config/rpi-firmware/config.txt
lfs/rpi-firmware
src/initscripts/init.d/firewall

index 073639920980a2274066eaa1a5b301d554a8142d..3024548c1f169fd1363d4e729d028cf2119ee7e7 100644 (file)
@@ -5,7 +5,5 @@ boot/config.txt
 #boot/first32k.bin
 boot/start.elf
 boot/start_cd.elf
-boot/start_x.elf
 boot/fixup.dat
 boot/fixup_cd.dat
-boot/fixup_x.dat
index 321a931ca5a55e6c7ac27da9449d937faceaae41..18141fd3eeabb4d8f81478f667904023dbf4ba8f 100644 (file)
@@ -1,5 +1,4 @@
 srv/web/ipfire/html/proxy.pac
-boot/config.txt
 etc/udev/rules.d/30-persistent-network.rules
 etc/collectd.custom
 etc/shadow
diff --git a/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware b/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware
deleted file mode 120000 (symlink)
index 428fdf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../common/armv5tel/rpi-firmware
\ No newline at end of file
index 47bfc802d55a44571043361312d3c9bef7fd1996..266cfb44407fe8248f4af974e8145924a9d21ea1 100644 (file)
@@ -9,8 +9,31 @@
 # GPU Memory Settings (16,32,64 ... )
 # 16MB has a issue at reboot so we use 32MB memory split
 ###############################################################################
-gpu_mem_256=32
-gpu_mem_512=32
+gpu_mem=16
+
+###############################################################################
+#
+# hdmi/video options
+#
+###############################################################################
+#
+# Set this if monitor was not detected at reboot.
+#hdmi_force_hotplug=1
+#
+# hdmi_drive: 0 auto, 1 DVI (no Sound), 2 HDMI (Sound)
+#hdmi_drive=1
+#
+# sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
+#sdtv_mode=2
+# sdtv_ascpect: 0 4:3, 1 14:9, 2 16:9
+#sdtv_aspect=0
+#
+# overscan
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+#
 
 ###############################################################################
 #
@@ -24,9 +47,10 @@ gpu_mem_512=32
 #sdram_freq_min=250
 #
 # use following paramters to overclock at load
-#arm_freq=1000
+#arm_freq=900
 #core_freq=450
 #sdram_freq=450
+# higher clock than 900Mhz most need over voltage. Use with care.
 #over_voltage=3
 
 ################################################################################
index a50ced779f80912c5eafa5e3ffbedf6a1c975c2d..c02d5cc5f9279da7e938fc56d009e7db2bb061d3 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2012  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 98e5704
+VER        = 855e997
 THISAPP    = rpi-firmware-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 255bb0e5360d6625e31de3383f1cc528
+$(DL_FILE)_MD5 = c73700a10d792517b2b87fd28a6c9800
 
 install : $(TARGET)
 
index cc6b6190eb8ecb7c376934b1aa74968915c46c6c..b6dd7d5bd9b4aa32e7fb7f4c80d3e3fd92312ee4 100644 (file)
@@ -252,9 +252,8 @@ case "$1" in
        # upnp chain for our upnp daemon
        /sbin/iptables -t nat -N UPNPFW
        /sbin/iptables -t nat -A PREROUTING -j UPNPFW
-       /sbin/iptables -A FORWARD -m state --state NEW -j UPNPFW
-       # This chain only contains dummy rules.
        /sbin/iptables -N UPNPFW
+       /sbin/iptables -A FORWARD -m state --state NEW -j UPNPFW
 
        # Custom mangle chain (for port fowarding)
        /sbin/iptables -t mangle -N PORTFWMANGLE