Changeset 256e0b3d in freewrt
- Timestamp:
- Jun 16, 2006, 8:27:37 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- d4f7709
- Parents:
- 8eab46d
- Files:
-
- 14 edited
-
package/aircrack/ipkg/aircrack.control (modified) (1 diff)
-
package/bitchx/files/S98bitchxrc (modified) (1 diff)
-
package/curl/ipkg/curl.control (modified) (1 diff)
-
package/curl/ipkg/libcurl.control (modified) (1 diff)
-
package/nvram/src/defaults.c (modified) (1 diff)
-
package/openssl/ipkg/libopenssl.control (modified) (1 diff)
-
package/samba/files/smb.conf (modified) (1 diff)
-
package/sdk/Makefile (modified) (1 diff)
-
package/sdk/files/README.SDK (modified) (1 diff)
-
package/vsftpd/ipkg/vsftpd.control (modified) (1 diff)
-
package/wificonf/wificonf.c (modified) (1 diff)
-
scripts/make-ipkg-dir.sh (modified) (2 diffs)
-
target/linux/control/kernel.control (modified) (1 diff)
-
toolchain/kernel-headers/patches/include.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/aircrack/ipkg/aircrack.control
r8eab46d r256e0b3d 2 2 Priority: optional 3 3 Section: net 4 Description: A set of tools for auditing wireless networks 4 5 Depends: libpthread 5 Description: A set of tools for auditing wireless networks -
package/bitchx/files/S98bitchxrc
r8eab46d r256e0b3d 3 3 if [ ! -e /tmp/.bitchxrc ] 4 4 then 5 echo "IRCUSER OpenWrt" >/tmp/.bitchxrc6 echo "IRCNAME OpenWrtUser!" >>/tmp/.bitchxrc5 echo "IRCUSER FreeWRT" >/tmp/.bitchxrc 6 echo "IRCNAME FreeWRT User!" >>/tmp/.bitchxrc 7 7 fi -
package/curl/ipkg/curl.control
r8eab46d r256e0b3d 2 2 Priority: optional 3 3 Section: net 4 Description: a client-side URL transfer tool 4 5 Depends: libcurl 5 Description: a client-side URL transfer tool -
package/curl/ipkg/libcurl.control
r8eab46d r256e0b3d 2 2 Priority: optional 3 3 Section: libs 4 Description: a client-side URL transfer library 4 5 Depends: libopenssl, zlib 5 Description: a client-side URL transfer library -
package/nvram/src/defaults.c
r8eab46d r256e0b3d 127 127 { "wl_phytypes", "", 0 }, /* List of supported wireless bands (e.g. "ga") */ 128 128 { "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) */ 130 130 { "wl_country", "", 0 }, /* Country (default obtained from driver) */ 131 131 { "wl_radio", "1", 0 }, /* Enable (1) or disable (0) radio */ -
package/openssl/ipkg/libopenssl.control
r8eab46d r256e0b3d 3 3 Section: libs 4 4 Description: OpenSSL (Secure Socket Layer) libraries 5 -
package/samba/files/smb.conf
r8eab46d r256e0b3d 2 2 syslog = 0 3 3 syslog only = yes 4 workgroup = OpenWrt5 server string = OpenWrtSamba Server4 workgroup = FreeWRT 5 server string = FreeWRT Samba Server 6 6 security = share 7 7 encrypt passwords = yes -
package/sdk/Makefile
r8eab46d r256e0b3d 7 7 8 8 PKG_RELEASE:=1 9 SDK_NAME:= OpenWrt-SDK-$(PKG_OS)-$(PKG_CPU)-$(PKG_RELEASE)9 SDK_NAME:=FreeWRT-SDK-$(PKG_OS)-$(PKG_CPU)-$(PKG_RELEASE) 10 10 11 11 SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME) -
package/sdk/files/README.SDK
r8eab46d r256e0b3d 1 This is the OpenWrtSDK. It contains a stripped-down version of1 This is the FreeWRT SDK. It contains a stripped-down version of 2 2 the buildroot. You can use it to test/develop packages without 3 3 having to compile your own toolchain or any of the libraries 4 included with OpenWrt.4 included with FreeWRT. 5 5 6 6 To use it, just put your buildroot-compatible package directory -
package/vsftpd/ipkg/vsftpd.control
r8eab46d r256e0b3d 3 3 Section: net 4 4 Description: a fast and secure FTP server 5 Depends: -
package/wificonf/wificonf.c
r8eab46d r256e0b3d 895 895 896 896 if (!buffer || (strlen(buffer) > IW_ESSID_MAX_SIZE)) 897 buffer = " OpenWrt";897 buffer = "FreeWRT"; 898 898 899 899 wrq.u.essid.flags = 1; -
scripts/make-ipkg-dir.sh
r8eab46d r256e0b3d 1 #!/bin/ bash2 BASE=http:// svn.openwrt.org/openwrt/trunk/openwrt1 #!/bin/sh 2 BASE=http://www.freewrt.org/development/ 3 3 TARGET=$1 4 4 CONTROL=$2 … … 11 11 grep '^[^(Version|Architecture)]' "$CONTROL" > "$TARGET/CONTROL/control" 12 12 grep '^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" 14 14 grep '^Source' "$CONTROL" 2>&1 >/dev/null || { 15 15 pkgbase=$(echo "$WD" | sed -e "s|^$TOPDIR/||g") -
target/linux/control/kernel.control
r8eab46d r256e0b3d 3 3 Section: sys 4 4 Description: Virtual package for the Kernel 5 -
toolchain/kernel-headers/patches/include.patch
r8eab46d r256e0b3d 12760 12760 * CAPI 2.0 Interface for Linux 12761 12761 * 12762 diff -Nur linux-2.4.32/include/linux/compile.h linux-2.4.32.patched/include/linux/compile.h12763 --- linux-2.4.32/include/linux/compile.h 1970-01-01 01:00:00.000000000 +010012764 +++ linux-2.4.32.patched/include/linux/compile.h 2006-03-13 18:56:31.000000000 +010012765 @@ -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)"12772 12762 diff -Nur linux-2.4.32/include/linux/compiler.h linux-2.4.32.patched/include/linux/compiler.h 12773 12763 --- 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.
