Changeset 68

Show
Ignore:
Timestamp:
06/16/06 20:27:37 (2 years ago)
Author:
wbx
Message:

some OpenWrt? -> FreeWRT changes, remove some host information from kernel-header patch, try to fix some package descriptions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/aircrack/ipkg/aircrack.control

    r1 r68  
    22Priority: optional 
    33Section: net 
     4Description: A set of tools for auditing wireless networks 
    45Depends: libpthread 
    5 Description: A set of tools for auditing wireless networks 
  • trunk/freewrt/package/bitchx/files/S98bitchxrc

    r1 r68  
    33if [ ! -e /tmp/.bitchxrc ] 
    44then 
    5   echo "IRCUSER OpenWrt" >/tmp/.bitchxrc 
    6   echo "IRCNAME OpenWrt User!" >>/tmp/.bitchxrc 
     5  echo "IRCUSER FreeWRT" >/tmp/.bitchxrc 
     6  echo "IRCNAME FreeWRT User!" >>/tmp/.bitchxrc 
    77fi 
  • trunk/freewrt/package/curl/ipkg/curl.control

    r1 r68  
    22Priority: optional 
    33Section: net 
     4Description: a client-side URL transfer tool 
    45Depends: libcurl 
    5 Description: a client-side URL transfer tool 
  • trunk/freewrt/package/curl/ipkg/libcurl.control

    r1 r68  
    22Priority: optional 
    33Section: libs 
     4Description: a client-side URL transfer library 
    45Depends: libopenssl, zlib 
    5 Description: a client-side URL transfer library 
  • trunk/freewrt/package/nvram/src/defaults.c

    r1 r68  
    127127        { "wl_phytypes", "", 0 },               /* List of supported wireless bands (e.g. "ga") */ 
    128128        { "wl_radioids", "", 0 },               /* List of radio IDs */ 
    129         { "wl_ssid", "OpenWrt", 0 },          /* Service set ID (network name) */ 
     129        { "wl_ssid", "FreeWRT", 0 },          /* Service set ID (network name) */ 
    130130        { "wl_country", "", 0 },                /* Country (default obtained from driver) */ 
    131131        { "wl_radio", "1", 0 },                 /* Enable (1) or disable (0) radio */ 
  • trunk/freewrt/package/openssl/ipkg/libopenssl.control

    r1 r68  
    33Section: libs 
    44Description: OpenSSL (Secure Socket Layer) libraries 
     5 
  • trunk/freewrt/package/samba/files/smb.conf

    r1 r68  
    22 syslog = 0 
    33 syslog only = yes 
    4  workgroup = OpenWrt 
    5  server string = OpenWrt Samba Server 
     4 workgroup = FreeWRT 
     5 server string = FreeWRT Samba Server 
    66 security = share 
    77 encrypt passwords = yes 
  • trunk/freewrt/package/sdk/Makefile

    r1 r68  
    77 
    88PKG_RELEASE:=1 
    9 SDK_NAME:=OpenWrt-SDK-$(PKG_OS)-$(PKG_CPU)-$(PKG_RELEASE) 
     9SDK_NAME:=FreeWRT-SDK-$(PKG_OS)-$(PKG_CPU)-$(PKG_RELEASE) 
    1010 
    1111SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME) 
  • trunk/freewrt/package/sdk/files/README.SDK

    r1 r68  
    1 This is the OpenWrt SDK. It contains a stripped-down version of 
     1This is the FreeWRT SDK. It contains a stripped-down version of 
    22the buildroot. You can use it to test/develop packages without 
    33having to compile your own toolchain or any of the libraries 
    4 included with OpenWrt
     4included with FreeWRT
    55 
    66To use it, just put your buildroot-compatible package directory 
  • trunk/freewrt/package/vsftpd/ipkg/vsftpd.control

    r1 r68  
    33Section: net 
    44Description: a fast and secure FTP server 
     5Depends: 
  • trunk/freewrt/package/wificonf/wificonf.c

    r1 r68  
    895895         
    896896        if (!buffer || (strlen(buffer) > IW_ESSID_MAX_SIZE))  
    897                 buffer = "OpenWrt"; 
     897                buffer = "FreeWRT"; 
    898898 
    899899        wrq.u.essid.flags = 1; 
  • trunk/freewrt/scripts/make-ipkg-dir.sh

    r1 r68  
    1 #!/bin/bash 
    2 BASE=http://svn.openwrt.org/openwrt/trunk/openwrt 
     1#!/bin/sh 
     2BASE=http://www.freewrt.org/development/ 
    33TARGET=$1 
    44CONTROL=$2 
     
    1111grep '^[^(Version|Architecture)]' "$CONTROL" > "$TARGET/CONTROL/control" 
    1212grep '^Maintainer' "$CONTROL" 2>&1 >/dev/null || \ 
    13         echo "Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>" >> "$TARGET/CONTROL/control" 
     13        echo "Maintainer: FreeWRT Developers Team <freewrt-developers@freewrt.org>" >> "$TARGET/CONTROL/control" 
    1414grep '^Source' "$CONTROL" 2>&1 >/dev/null || { 
    1515        pkgbase=$(echo "$WD" | sed -e "s|^$TOPDIR/||g") 
  • trunk/freewrt/target/linux/control/kernel.control

    r1 r68  
    33Section: sys 
    44Description: Virtual package for the Kernel 
     5 
  • trunk/freewrt/toolchain/kernel-headers/patches/include.patch

    r1 r68  
    1276012760  * CAPI 2.0 Interface for Linux 
    1276112761  *  
    12762 diff -Nur linux-2.4.32/include/linux/compile.h linux-2.4.32.patched/include/linux/compile.h 
    12763 --- linux-2.4.32/include/linux/compile.h        1970-01-01 01:00:00.000000000 +0100 
    12764 +++ linux-2.4.32.patched/include/linux/compile.h        2006-03-13 18:56:31.000000000 +0100 
    12765 @@ -0,0 +1,6 @@ 
    12766 +#define UTS_VERSION "#1 Mon Mar 13 18:56:31 CET 2006" 
    12767 +#define LINUX_COMPILE_TIME "18:56:31" 
    12768 +#define LINUX_COMPILE_BY "root" 
    12769 +#define LINUX_COMPILE_HOST "ux-2y02" 
    12770 +#define LINUX_COMPILE_DOMAIN "inf.fh-bonn-rhein-sieg.de" 
    12771 +#define LINUX_COMPILER "gcc version 3.4.4 (OpenWrt-2.0)" 
    1277212762diff -Nur linux-2.4.32/include/linux/compiler.h linux-2.4.32.patched/include/linux/compiler.h 
    1277312763--- linux-2.4.32/include/linux/compiler.h       2004-11-17 12:54:22.000000000 +0100