Changeset e703d48 in freewrt
- Timestamp:
- Jul 17, 2006, 6:11:18 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 4576587
- Parents:
- 2a5a554
- Location:
- package
- Files:
-
- 14 edited
-
base-files/default/etc/init.d/S10boot (modified) (3 diffs)
-
bitlbee/Makefile (modified) (1 diff)
-
bitlbee/patches/100-cross_compile_configure_fix (modified) (1 diff)
-
bluez-utils/patches/002-hcid_pin_helper.patch (modified) (1 diff)
-
fuse/patches/111-uclibc_changes.patch (modified) (1 diff)
-
openssl/Makefile (modified) (1 diff)
-
openssl/patches/110-optimize-for-size.patch (modified) (1 diff)
-
ppp/utils/pfc.c (modified) (1 diff)
-
privoxy/patches/100-crosscompile.patch (modified) (1 diff)
-
robocfg/robocfg.c (modified) (1 diff)
-
rrdcollect/files/rrd.conf (modified) (1 diff)
-
wifidog/files/wifidog.conf (modified) (2 diffs)
-
wiviz/files/www/wiviz/wiviz.html (modified) (1 diff)
-
wiviz/src/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/default/etc/init.d/S10boot
r2a5a554 re703d48 2 2 . /etc/functions.sh 3 3 4 [ -f /proc/jffs2_bbc ] && echo "S" >/proc/jffs2_bbc4 [ -f /proc/jffs2_bbc ] && echo S >/proc/jffs2_bbc 5 5 6 6 mkdir -p /var/run … … 8 8 touch /var/log/wtmp 9 9 touch /var/log/lastlog 10 [ "$FAILSAFE" = "true"] && touch /tmp/.failsafe10 [ "$FAILSAFE" = true ] && touch /tmp/.failsafe 11 11 12 12 load_modules /etc/modules /etc/modules.d/* … … 16 16 17 17 # configure the switch based on nvram 18 [ -d /proc/switch/eth0 ] && { 19 for nr in $(seq 0 15); do 20 vp="$(nvram get vlan${nr}ports)" 21 [ -z "$vp" -o -z "$(nvram get vlan${nr}hwname)" ] || { 22 echo "$vp" > /proc/switch/eth0/vlan/$nr/ports 23 } 24 done 25 } 18 [ -d /proc/switch/eth0 ] && for nr in $(seq 0 15); do 19 vp="$(nvram get vlan${nr}ports)" 20 [ -z "$vp" -o -z "$(nvram get vlan${nr}hwname)" ] || \ 21 echo "$vp" >/proc/switch/eth0/vlan/$nr/ports 22 done 26 23 27 24 HOSTNAME=$(nvram get wan_hostname) 28 25 HOSTNAME=${HOSTNAME%%.*} 29 echo ${HOSTNAME:= OpenWrt}>/proc/sys/kernel/hostname26 echo ${HOSTNAME:=FreeWRT} >/proc/sys/kernel/hostname 30 27 31 28 vconfig set_name_type VLAN_PLUS_VID_NO_PAD -
package/bitlbee/Makefile
r2a5a554 re703d48 36 36 --datadir=/usr/share/bitlbee/ \ 37 37 --config=/var/lib/bitlbee/ \ 38 --arch= OpenWrt\38 --arch=FreeWRT \ 39 39 --cpu="$(ARCH)" \ 40 40 --debug=0 \ -
package/bitlbee/patches/100-cross_compile_configure_fix
r2a5a554 re703d48 90 90 echo 'Cygwin is not officially supported.' 91 91 ;; 92 + OpenWrt)92 +FreeWRT ) 93 93 + echo 'EFLAGS+=-liconv' >> Makefile.settings; 94 94 + echo "CFLAGS+=\"-I$STAGING_DIR/usr/include\"" >> Makefile.settings; -
package/bluez-utils/patches/002-hcid_pin_helper.patch
r2a5a554 re703d48 16 16 # %h - host name 17 17 - name "BlueZ (%d)"; 18 + name " OpenWRT";18 + name "FreeWRT"; 19 19 20 20 # Local device class -
package/fuse/patches/111-uclibc_changes.patch
r2a5a554 re703d48 7 7 #define FUSE_DEV_OLD "/proc/fs/fuse/dev" 8 8 +#ifdef __UCLIBC__ 9 +/* /dev is mounted as devfs in OpenWRT, and device is created here */9 +/* /dev is mounted as devfs in FreeWRT, and device is created here */ 10 10 +#define FUSE_DEV_NEW "/dev/misc/fuse" 11 11 +#else -
package/openssl/Makefile
r2a5a554 re703d48 28 28 $(PKG_BUILD_DIR)/.configured: 29 29 $(SED) 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' $(PKG_BUILD_DIR)/Configure 30 $(SED) s/ OPENWRT_OPTIMIZATION_FLAGS/$(BR2_TARGET_OPTIMIZATION)/g $(PKG_BUILD_DIR)/Configure30 $(SED) s/FREEWRT_OPTIMIZATION_FLAGS/$(BR2_TARGET_OPTIMIZATION)/g $(PKG_BUILD_DIR)/Configure 31 31 (cd $(PKG_BUILD_DIR); \ 32 32 PATH=$(TARGET_PATH) \ 33 ./Configure linux- openwrt \33 ./Configure linux-freewrt \ 34 34 --prefix=/usr \ 35 35 --openssldir=/etc/ssl \ -
package/openssl/patches/110-optimize-for-size.patch
r2a5a554 re703d48 6 6 "linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${no_asm}", 7 7 "linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${no_asm}", 8 +# OpenWrttargets9 +"linux- openwrt","gcc:-DTERMIO OPENWRT_OPTIMIZATION_FLAGS -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",8 +# FreeWRT targets 9 +"linux-freewrt","gcc:-DTERMIO FREEWRT_OPTIMIZATION_FLAGS -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", 10 10 11 11 #### *BSD [do see comment about ${BSDthreads} above!] -
package/ppp/utils/pfc.c
r2a5a554 re703d48 1 1 /* 2 2 * Taken from fli4l 3.0 3 * Make sure you compile it against the same libpcap version used in OpenWrt3 * Make sure you compile it against the same libpcap version used in FreeWRT 4 4 */ 5 5 -
package/privoxy/patches/100-crosscompile.patch
r2a5a554 re703d48 7 7 dnl AC_FUNC_MALLOC 8 8 -AC_FUNC_SETPGRP 9 +dnl uncommenting does not work for openwrt9 +dnl uncommenting does not work for FreeWRT 10 10 +dnl AC_FUNC_SETPGRP 11 11 AC_TYPE_SIGNAL -
package/robocfg/robocfg.c
r2a5a554 re703d48 240 240 "robocfg switch disable vlans enable reset vlan 0 ports \"0 5u\" vlan 1 ports \"1 2 3 4 5t\"" 241 241 " port 0 state enabled stp none switch enable\n" 242 "2) WRT54g, WL-500g Deluxe OpenWRT config (vlan0 is LAN, vlan1 is WAN):\n"242 "2) WRT54g, WL-500g Deluxe FreeWRT config (vlan0 is LAN, vlan1 is WAN):\n" 243 243 "robocfg switch disable vlans enable reset vlan 0 ports \"1 2 3 4 5t\" vlan 1 ports \"0 5t\"" 244 244 " port 0 state enabled stp none switch enable\n", -
package/rrdcollect/files/rrd.conf
r2a5a554 re703d48 44 44 # RES=4 -> 4 pixel represents one interval 45 45 46 # Optimized values for storing rather small rrd-files on the openwrt-box46 # Optimized values for storing rather small rrd-files on the FreeWRT-box 47 47 HOURS=24;H_RES=2;DAYS=7;D_RES=4;WEEKS=4;W_RES=4; 48 48 # Measure-Step (Same value should be in the rrdcollect.conf) Optimal: STEP=$HOURS / $PIXWIDTH * 3600 * $H_RES -
package/wifidog/files/wifidog.conf
r2a5a554 re703d48 16 16 # Optional 17 17 # 18 # Set this to the external interface. Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise18 # Set this to the external interface. Typically vlan1 for FreeWRT, and eth0 or ppp0 otherwise 19 19 20 20 # ExternalInterface eth0 … … 24 24 # Mandatory 25 25 # 26 # Set this to the internal interface. Typically br0 for OpenWrt, and eth1 otherwise26 # Set this to the internal interface. Typically br0 for FreeWRT, and eth1 otherwise 27 27 28 28 GatewayInterface br0 -
package/wiviz/files/www/wiviz/wiviz.html
r2a5a554 re703d48 23 23 </head> 24 24 <body> 25 <h2> OpenWRT Wi-viz network visualization</h2>25 <h2>FreeWRT Wi-viz network visualization</h2> 26 26 <div class='floater'> 27 27 Status: <span id='status' class='status'>Monitoring</span><br> -
package/wiviz/src/Makefile
r2a5a554 re703d48 1 1 ## Wi-viz makefile 2 # Supply your own C cross-compiler; I recommend the one from the OpenWRT buildroot2 # Supply your own C cross-compiler; I recommend the one from the FreeWRT buildroot 3 3 # Also requires a libpcap to link with, use libpcap.a for static, .so for shared 4 4 CC=~/buildroot/staging_dir_mipsel/bin/mipsel-linux-gcc
Note:
See TracChangeset
for help on using the changeset viewer.
