Changeset 256e0b3d in freewrt


Ignore:
Timestamp:
Jun 16, 2006, 8:27:37 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
d4f7709
Parents:
8eab46d
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@68 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • package/aircrack/ipkg/aircrack.control

    r8eab46d r256e0b3d  
    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
  • package/bitchx/files/S98bitchxrc

    r8eab46d r256e0b3d  
    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
  • package/curl/ipkg/curl.control

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

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

    r8eab46d r256e0b3d  
    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 */
  • package/openssl/ipkg/libopenssl.control

    r8eab46d r256e0b3d  
    33Section: libs
    44Description: OpenSSL (Secure Socket Layer) libraries
     5
  • package/samba/files/smb.conf

    r8eab46d r256e0b3d  
    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
  • package/sdk/Makefile

    r8eab46d r256e0b3d  
    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)
  • package/sdk/files/README.SDK

    r8eab46d r256e0b3d  
    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
  • package/vsftpd/ipkg/vsftpd.control

    r8eab46d r256e0b3d  
    33Section: net
    44Description: a fast and secure FTP server
     5Depends:
  • package/wificonf/wificonf.c

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

    r8eab46d r256e0b3d  
    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")
  • target/linux/control/kernel.control

    r8eab46d r256e0b3d  
    33Section: sys
    44Description: Virtual package for the Kernel
     5
  • toolchain/kernel-headers/patches/include.patch

    r8eab46d r256e0b3d  
    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
Note: See TracChangeset for help on using the changeset viewer.