Noch mal open2300 u. Freetz Fragen vom Freetz-Neuling

wetterfrosch1

Neuer User
Mitglied seit
7 Aug 2012
Beiträge
86
Punkte für Reaktionen
0
Punkte
0
Hallo zusammen,

ich lese hier schon feste mit und habe die Suchfunktion richtig bedient. Ein tolles aber sehr Umfangreiches Forum!

Aber komme ich mit Freetz auf der Box geplant, gedanklich noch nicht richtig klar......

Mit meiner NSLU2 hatte ich bis zum Blitzeinschlag kaum Probleme gehabt, nun soll die 7170 meinen Wetterserver ersetzen.

Auf der Nslu kam ebenfalls eine veränderte Software drauf und konnte diese dann per ssh oder telnet mit den gewünschten Paketen bestücken.

Das ging aber auch nur deswegen, weil die Nslu mit einem Massenspeicher fest verbundenen war, wo alles übrige aufgespielt wurde.

Geht das bei der Freetzbox genauso? Oder muß ich alles im Flash der Box speichern?

Den Quellcode muss ich natürlich auch noch mit einem Crosscompiler übersetzen.

Enthält Freetz denn die gleichen Funktionen wie die originale Version ? Auf den Telefonie - Teil könnte ich verzichten.

Den Beitrag habe ich schon gelesen, somit müsste es also möglich sein open 2300 zu betreiben.
http://www.ip-phone-forum.de/showthread.php?t=211850&highlight=open2300

Könntet Ihr mich erleuchten?

Danke und Grüße

Arne

Ach ja , ein simpler FTP - Server muß auch noch dabei sein..
 
Moin,

das geht hier ja schnell :)

Mit dem Dienstprogramm cw2300 meine Wetterdaten nach CWOP =Citizen Weather Observation Program schicken und mit dem Programm Log 2300 eigene Aufzeichnungen betreiben.
Ach ja Bash und Midnightcomander auf der Box wäre auch nicht verkerhrt...
"Mehr will ich von dem Teil nicht" :)

Beste Grüße
 
Mit dem Dienstprogramm cw2300 meine Wetterdaten nach CWOP =Citizen Weather Observation Program schicken und mit dem Programm Log 2300 eigene Aufzeichnungen betreiben.
Die open2300.mk-Datei:
Code:
$(call PKG_INIT_BIN, 1.10)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_MD5:=4405949ffec0306405436e5e096ced8f
$(PKG)_SITE:=@SF/$(pkg)
$(PKG)_BINARIES:=$(pkg) bin2300 cw2300 dump2300 fetch2300 histlog2300 \
history2300 interval2300 light2300 log2300 minmax2300 wu2300 xml2300
$(PKG)_BINARIES_BUILD_DIR:=$($(PKG)_BINARIES:%=$($(PKG)_DIR)/%)
$(PKG)_BINARIES_TARGET_DIR:=$($(PKG)_BINARIES:%=$($(PKG)_DEST_DIR)/usr/bin/%)

$(PKG_SOURCE_DOWNLOAD)
$(PKG_UNPACKED)
$(PKG_CONFIGURED_NOP)

$($(PKG)_BINARIES_BUILD_DIR): $($(PKG)_DIR)/.configured
	$(SUBMAKE) -C $(OPEN2300_DIR) \
		CC="$(TARGET_CC)" \
		CFLAGS="$(TARGET_CFLAGS) -DVERSION="1.10" "

$($(PKG)_BINARIES_TARGET_DIR): $($(PKG)_DEST_DIR)/usr/bin/%: $($(PKG)_DIR)/%
	$(INSTALL_BINARY_STRIP)

$(pkg):

$(pkg)-precompiled: $($(PKG)_BINARIES_TARGET_DIR)

$(pkg)-clean:
	-$(SUBMAKE) -C $(OPEN2300_DIR) clean
	$(RM) $(OPEN2300_DIR)/.configured

$(pkg)-uninstall:
	$(RM) $(OPEN2300_BINARIES_TARGET_DIR)

$(PKG_FINISH)
Code:
root@fritz:/var/media/ftp/uStor02/test# ldd ./cw2300
        libm.so.0 => /lib/libm.so.0 (0x2aabe000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2aae6000)
        libc.so.0 => /lib/libc.so.0 (0x2ab04000)
        ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
 
Schon mal vielen Dank für das Makefile.
Aber momentan bin ich noch meilenweit davon entfernt mein erstes Freetz zu bauen.
VM Ware läuft gar nicht mit Freez131.
Virtual Box ist einfach nicht ins Netzwerk zu bekommen, denke nach zwei Tagen herumprobieren und googeln kann ich das auch knicken.
Nun habe ich mir ein Ubuntu12.04 besorgt und richte mir einen brauchbaren Livestick ein.
Muß noch apt.get und svn nachrüsten, um an das Repositori ran zu kommen.
Ist Ubuntu Ok? -wurde bei Freetz 131 auch als Unterbau genommen.

Beste Grüße
 
Puhh geschafft,

mein erstes Freetz ist auf der Box.
Nun muss ich nur noch herausfinden, wie ich das oben gelieferte Makefile in die Box oder auf den Stick installiert bekomme.
Und habe da noch ein kleines Bash script welches ich gerne nutzen möchte.
Das Script gibt die Steuerkomandos für cw2300 , log2300 u. minmax2300.
Auf meiner ex NSLU konnte ich per Konsole alles nötige herunterladen und auf dem Stick installieren.
Das waren ein:
ftp server
openssh
htop
midnightcomander
mccoreutils
make
crosstool-native ( gnu c++ compiler)
nano
kernel-module-pl2303 evtl. falls nicht schon vorhanden
und natürlich das open2300 Paket wo ich anschließend das configfile noch bearbeiten muss.

Bitte gebt mir einen Schubs auf die wirklich wichtigen Seiten oder besser ein kleines HOWTO hier im Forum.

Vorab Danke!

Ach ja hier der Link auf Open2300 Projekt http://www.lavrsen.dk/foswiki/bin/view/Open2300/Nslu2
 
Puhh geschafft,

mein erstes Freetz ist auf der Box.
Nun muss ich nur noch herausfinden, wie ich das oben gelieferte Makefile in die Box oder auf den Stick installiert bekomme.
Welche Freetz-Version hast Du zum erstellen deines Freetz-Images benutzt? Häng mal deine versteckte .config-Datei, die Du mit "make menuconfig" in deinem Build-System erstellt hast, hier an.
 
Hallo,
danke das Du mir auf die Sprünge helfen möchtest.
Freetz stable 1.2

Nun die .config aus dem Image gepult:

[Edit frank_m24: Bitte benutzt CODE Tags für solche Ausgaben.]
Code:
#
# Automatically generated make config: don't edit
#
FREETZ_HAVE_DOT_CONFIG=y

#
# General --------------------------------
#
FREETZ_AVM_VERSION_04_87=y
# FREETZ_TYPE_300IP_AS_FON is not set
# FREETZ_TYPE_2170 is not set
# FREETZ_TYPE_FON is not set
# FREETZ_TYPE_FON_5010 is not set
# FREETZ_TYPE_FON_5050 is not set
# FREETZ_TYPE_FON_5124 is not set
# FREETZ_TYPE_FON_5140 is not set
# FREETZ_TYPE_FON_WLAN is not set
# FREETZ_TYPE_FON_WLAN_7050 is not set
# FREETZ_TYPE_FON_WLAN_7112 is not set
# FREETZ_TYPE_FON_WLAN_7113 is not set
# FREETZ_TYPE_FON_WLAN_7140 is not set
# FREETZ_TYPE_FON_WLAN_7141 is not set
# FREETZ_TYPE_FON_7150 is not set
FREETZ_TYPE_FON_WLAN_7170=y
# FREETZ_TYPE_FON_WLAN_7240 is not set
# FREETZ_TYPE_FON_WLAN_7270_V1 is not set
# FREETZ_TYPE_FON_WLAN_7270_V2 is not set
# FREETZ_TYPE_FON_WLAN_7270_V3 is not set
# FREETZ_TYPE_FON_WLAN_7320 is not set
# FREETZ_TYPE_FON_WLAN_7340 is not set
# FREETZ_TYPE_FON_WLAN_7390 is not set
# FREETZ_TYPE_FON_WLAN_7570 is not set
# FREETZ_TYPE_WLAN_3020 is not set
# FREETZ_TYPE_WLAN_3030 is not set
# FREETZ_TYPE_WLAN_3130 is not set
# FREETZ_TYPE_WLAN_3131 is not set
# FREETZ_TYPE_WLAN_3170 is not set
# FREETZ_TYPE_WLAN_3270 is not set
# FREETZ_TYPE_WLAN_3270_V3 is not set
# FREETZ_TYPE_SPEEDPORT_W501V is not set
# FREETZ_TYPE_CUSTOM is not set
FREETZ_TYPE_LANG_DE=y
# FREETZ_TYPE_LANG_A_CH is not set
# FREETZ_TYPE_LANG_EN is not set
FREETZ_TYPE_LANGUAGE="de"
# FREETZ_TYPE_ALIEN_HARDWARE is not set
FREETZ_AVM_VERSION_STRING="04.87"
FREETZ_TYPE_PREFIX="7170"
FREETZ_INSTALL_BASE=y
FREETZ_REPLACE_BUSYBOX=y
FREETZ_SHOW_ADVANCED=y
FREETZ_REPLACE_KERNEL_AVAILABLE=y
# FREETZ_REPLACE_KERNEL is not set
# FREETZ_TARGET_IPV6_SUPPORT is not set
FREETZ_TARGET_REF_8MB=y
FREETZ_TARGET_REF="8mb"
FREETZ_KERNEL_REF_8MB=y
FREETZ_KERNEL_REF="8mb"
FREETZ_KERNEL_MTD_SIZE=119
# FREETZ_HAS_AVM_NTFS is not set
# FREETZ_HAS_AVM_IPV6 is not set
FREETZ_HAS_AVM_INETD=y
# FREETZ_HAS_CHRONYD is not set
# FREETZ_HAS_DECT is not set
FREETZ_HAS_LIBSSL=y
# FREETZ_HAS_LSOF is not set
# FREETZ_HAS_NAS is not set
FREETZ_HAS_PHONE=y
# FREETZ_HAS_STRACE is not set
FREETZ_HAS_TAM=y
# FREETZ_HAS_UDEV is not set
# FREETZ_HAS_USB_CLIENT is not set
FREETZ_HAS_USB_HOST=y
FREETZ_HAS_USB_HOST_AVM=y
# FREETZ_HAS_UTIL_LINUX is not set
FREETZ_HAS_WLAN=y

#
# Mod ------------------------------------
#
FREETZ_LANG_DE=y
# FREETZ_LANG_EN is not set
FREETZ_LANG_STRING="de"

#
# Patches
#

#
# Web menu patches ------------------------
#
# FREETZ_PATCH_VCC is not set
# FREETZ_PATCH_DSL_EXPERT is not set
# FREETZ_ADD_REGEXT_GUI is not set
# FREETZ_PATCH_ALARMCLOCK is not set
# FREETZ_PATCH_SIGNED is not set

#
# USB mounting ----------------------------
#
FREETZ_PATCH_FREETZMOUNT=y
FREETZ_USBSTORAGE_AUTOMOUNT=y
# FREETZ_AUTOMOUNT_EXT2 is not set
# FREETZ_AUTOMOUNT_EXT3 is not set
# FREETZ_AUTOMOUNT_FAT is not set
# FREETZ_AUTOMOUNT_HFS is not set
# FREETZ_AUTOMOUNT_HFS_PLUS is not set
# FREETZ_AUTOMOUNT_LUKS is not set
# FREETZ_AUTOMOUNT_NTFS is not set
# FREETZ_AUTOMOUNT_REISER_FS is not set
# FREETZ_AUTOMOUNT_LINUXSWAP is not set
# FREETZ_PATCH_FREETZMOUNT_FINDFS is not set
# FREETZ_PATCH_MAXDEVCOUNT is not set
# FREETZ_PATCH_MULTIPLE_PRINTERS is not set

#
# Removings -------------------------------
#

#
# Remove v1/v2 piglet file(s)
#
# FREETZ_REMOVE_PIGLET_V1 is not set
# FREETZ_REMOVE_PIGLET_V2 is not set
# FREETZ_REMOVE_ASSISTANT is not set
# FREETZ_REMOVE_AURA_USB is not set
# FREETZ_REMOVE_AVM_VPN is not set

#
# Remove brandings
#
# FREETZ_REMOVE_BRANDING_1und1 is not set
# FREETZ_REMOVE_BRANDING_avm is not set
# FREETZ_REMOVE_CAPIOVERTCP is not set
# FREETZ_REMOVE_DSLD is not set
FREETZ_REMOVE_DTRACE=y
# FREETZ_REMOVE_FTPD is not set
# FREETZ_REMOVE_HELP is not set
# FREETZ_REMOVE_MEDIASRV is not set
# FREETZ_REMOVE_MINID is not set
# FREETZ_REMOVE_PRINTSERV is not set
# FREETZ_REMOVE_RUNCLOCK is not set
# FREETZ_REMOVE_SMBD is not set
# FREETZ_REMOVE_SUPPORT is not set
# FREETZ_REMOVE_TR069 is not set
# FREETZ_REMOVE_UPNP is not set
# FREETZ_REMOVE_USERMAN is not set
# FREETZ_REMOVE_VOIPD is not set
# FREETZ_REMOVE_VOIP_ISDN is not set
# FREETZ_REMOVE_WLAN is not set

#
# Replacement patches --------------------
#
# FREETZ_REPLACE_DTRACE is not set
# FREETZ_REPLACE_ONLINECHANGED is not set

#
# Additional patches ---------------------
#
# FREETZ_ENFORCE_URLADER_SETTINGS is not set

#
# Other stuff -----------------------------
#
# FREETZ_DISABLE_SERIAL_CONSOLE is not set
# FREETZ_PATCH_GETCONS is not set

#
# Package selection
#

#
# Debug helpers
#
# FREETZ_PACKAGE_GDB is not set
# FREETZ_PACKAGE_INOTIFY_TOOLS is not set
# FREETZ_PACKAGE_LDD is not set
# FREETZ_PACKAGE_LSOF is not set
# FREETZ_PACKAGE_LTRACE is not set
# FREETZ_PACKAGE_NANO_SHELL is not set
# FREETZ_PACKAGE_PCIUTILS is not set
# FREETZ_PACKAGE_STRACE is not set
# FREETZ_PACKAGE_USBUTILS is not set

#
# Standard packages
#
# FREETZ_PACKAGE_BFTPD is not set
# FREETZ_PACKAGE_BIRD is not set
# FREETZ_PACKAGE_BRIDGE_UTILS is not set
# FREETZ_PACKAGE_CALLMONITOR is not set
# FREETZ_PACKAGE_CHECKMAILD is not set
# FREETZ_PACKAGE_CIFSMOUNT is not set
# FREETZ_PACKAGE_CPMACCFG is not set
# FREETZ_PACKAGE_CURL is not set
# FREETZ_PACKAGE_DECO is not set
# FREETZ_PACKAGE_DNS2TCP is not set
# FREETZ_PACKAGE_DNSMASQ is not set
# FREETZ_PACKAGE_DROPBEAR is not set
# FREETZ_PACKAGE_ESPEAK is not set
# FREETZ_PACKAGE_FORTUNE is not set
# FREETZ_PACKAGE_FUSE is not set
FREETZ_PACKAGE_HASERL=y
# FREETZ_PACKAGE_HASERL_WITH_LUA is not set
FREETZ_PACKAGE_INETD=y
# FREETZ_PACKAGE_KNOCK is not set
# FREETZ_PACKAGE_MC is not set
# FREETZ_PACKAGE_MINI_FO is not set
# FREETZ_PACKAGE_MTR is not set
# FREETZ_PACKAGE_NANO is not set
# FREETZ_PACKAGE_NETCAT is not set
# FREETZ_PACKAGE_NC6 is not set
# FREETZ_PACKAGE_NETSNMP is not set
# FREETZ_PACKAGE_NFS_UTILS is not set
# FREETZ_PACKAGE_NTFS is not set
# FREETZ_PACKAGE_OPENNTPD is not set
# FREETZ_PACKAGE_OPENVPN is not set
# FREETZ_PACKAGE_PHP is not set
# FREETZ_PACKAGE_PINGTUNNEL is not set
# FREETZ_PACKAGE_PORTMAP is not set
# FREETZ_PACKAGE_PPPD_CHAT is not set
# FREETZ_PACKAGE_PRIVOXY is not set
# FREETZ_PACKAGE_RCAPID is not set
# FREETZ_PACKAGE_SAMBA is not set
# FREETZ_PACKAGE_SCREEN is not set
# FREETZ_PACKAGE_STUNNEL is not set
# FREETZ_PACKAGE_TCPDUMP is not set
# FREETZ_PACKAGE_TINYPROXY is not set
# FREETZ_PACKAGE_TOR is not set
# FREETZ_PACKAGE_TRANSMISSION is not set
# FREETZ_PACKAGE_VNSTAT is not set
# FREETZ_PACKAGE_VPNC is not set
# FREETZ_PACKAGE_VSFTPD is not set
# FREETZ_PACKAGE_XMAIL is not set

#
# Testing
#
# FREETZ_PACKAGE_APACHE is not set
# FREETZ_PACKAGE_AUTOFS is not set
# FREETZ_PACKAGE_BASH is not set
# FREETZ_PACKAGE_BFUSB is not set
# FREETZ_PACKAGE_BIND is not set
# FREETZ_PACKAGE_BIP is not set
# FREETZ_PACKAGE_BITTWIST is not set
# FREETZ_PACKAGE_BLUEZ_UTILS is not set
# FREETZ_PACKAGE_BR2684CTL is not set
# FREETZ_PACKAGE_CLASSPATH is not set
# FREETZ_PACKAGE_CTORRENT is not set
# FREETZ_PACKAGE_DAVFS2 is not set
# FREETZ_PACKAGE_DEBOOTSTRAP is not set
# FREETZ_PACKAGE_DIGITEMP is not set
# FREETZ_PACKAGE_DOSFSTOOLS is not set
# FREETZ_PACKAGE_DTACH is not set
# FREETZ_PACKAGE_E2FSPROGS is not set
# FREETZ_PACKAGE_EMPTY is not set
# FREETZ_PACKAGE_FFMPEG is not set
# FREETZ_PACKAGE_FSTYP is not set
# FREETZ_PACKAGE_GIT is not set
# FREETZ_PACKAGE_GNU_MAKE is not set
# FREETZ_PACKAGE_GNUTLS is not set
# FREETZ_PACKAGE_GOCR is not set
# FREETZ_PACKAGE_HD_IDLE is not set
# FREETZ_PACKAGE_HOL is not set
# FREETZ_PACKAGE_HTOP is not set
# FREETZ_PACKAGE_HTPDATE is not set
# FREETZ_PACKAGE_HTTPRY is not set
# FREETZ_PACKAGE_HTTPTUNNEL is not set
# FREETZ_PACKAGE_IFSTAT is not set
# FREETZ_PACKAGE_IFTOP is not set
# FREETZ_PACKAGE_IGMPPROXY is not set
# FREETZ_PACKAGE_INADYN_MT is not set
# FREETZ_PACKAGE_IODINE is not set
# FREETZ_PACKAGE_IPTRAF is not set
# FREETZ_PACKAGE_IRSSI is not set
# FREETZ_PACKAGE_JAMVM is not set
# FREETZ_PACKAGE_LFTP is not set
# FREETZ_PACKAGE_LIGHTTPD is not set
# FREETZ_PACKAGE_LYNX is not set
# FREETZ_PACKAGE_LUA is not set
# FREETZ_PACKAGE_MADPLAY is not set
# FREETZ_PACKAGE_MATRIXTUNNEL is not set
# FREETZ_PACKAGE_MCABBER is not set
# FREETZ_PACKAGE_MEDIATOMB is not set
# FREETZ_PACKAGE_MICROPERL is not set
# FREETZ_PACKAGE_MINI_SNMPD is not set
# FREETZ_PACKAGE_MINICOM is not set
# FREETZ_PACKAGE_MINIDLNA is not set
# FREETZ_PACKAGE_MODULE_INIT_TOOLS is not set
# FREETZ_PACKAGE_NAGIOS is not set
# FREETZ_PACKAGE_NCFTP is not set
# FREETZ_PACKAGE_NETPBM is not set
# FREETZ_PACKAGE_NOIP is not set
# FREETZ_PACKAGE_NDAS is not set
# FREETZ_PACKAGE_NGIRCD is not set
# FREETZ_PACKAGE_NMAP is not set
# FREETZ_PACKAGE_OBEXFTP is not set
# FREETZ_PACKAGE_OIDENTD is not set
# FREETZ_PACKAGE_OPENCONNECT is not set
# FREETZ_PACKAGE_OPENDD is not set

#
# OpenSSH
#
# FREETZ_PACKAGE_OPENSSH_SSHD is not set
# FREETZ_PACKAGE_OPENSSH_CLIENT is not set
# FREETZ_PACKAGE_OPENSSH_SCP is not set
# FREETZ_PACKAGE_OPENSSH_CLIENTUTILS is not set
# FREETZ_PACKAGE_OPENSSH_KEYUTILS is not set
# FREETZ_PACKAGE_OPENSSH_SFTPCLIENT is not set
# FREETZ_PACKAGE_OPENSSH_SFTP is not set
# FREETZ_PACKAGE_OWFS is not set
# FREETZ_PACKAGE_POLIPO is not set
# FREETZ_PACKAGE_QUAGGA is not set
# FREETZ_PACKAGE_RIPMIME is not set
# FREETZ_PACKAGE_RRDTOOL is not set
# FREETZ_PACKAGE_RSYNC is not set
# FREETZ_PACKAGE_RUBY is not set
# FREETZ_PACKAGE_SABLEVM_SDK is not set
# FREETZ_PACKAGE_SER2NET is not set
# FREETZ_PACKAGE_SIPROXD is not set
# FREETZ_PACKAGE_SLANG is not set
# FREETZ_PACKAGE_SLURM is not set
# FREETZ_PACKAGE_SOCAT is not set
# FREETZ_PACKAGE_SPAWN_FCGI is not set
# FREETZ_PACKAGE_SQLITE is not set
# FREETZ_PACKAGE_SQUID is not set
# FREETZ_PACKAGE_SSHFS_FUSE is not set
# FREETZ_PACKAGE_STREAMRIPPER is not set
# FREETZ_PACKAGE_SUBVERSION is not set
# FREETZ_PACKAGE_SYNCE_DCCM is not set
# FREETZ_PACKAGE_SYNCE_SERIAL is not set
# FREETZ_PACKAGE_TCP_WRAPPERS is not set
# FREETZ_PACKAGE_TCPPROXY is not set
# FREETZ_PACKAGE_TREE is not set
# FREETZ_PACKAGE_TRICKLE is not set
# FREETZ_PACKAGE_TMUX is not set
# FREETZ_PACKAGE_UDPXY is not set
# FREETZ_PACKAGE_UMURMUR is not set
# FREETZ_PACKAGE_UNRAR is not set
# FREETZ_PACKAGE_USBIP is not set
# FREETZ_PACKAGE_USBROOT is not set
# FREETZ_PACKAGE_UTIL_LINUX_NG is not set
# FREETZ_PACKAGE_VIM is not set
# FREETZ_PACKAGE_VTUN is not set
# FREETZ_PACKAGE_WGET is not set
# FREETZ_PACKAGE_WOL is not set
# FREETZ_PACKAGE_WPUT is not set
# FREETZ_PACKAGE_XPDF is not set
# FREETZ_PACKAGE_XRELAYD is not set
# FREETZ_PACKAGE_XSLTPROC is not set

#
# Web interfaces
#
# FREETZ_PACKAGE_AUTHORIZED_KEYS is not set
# FREETZ_PACKAGE_AVM_FIREWALL is not set
# FREETZ_PACKAGE_CPMACCFG_CGI is not set
# FREETZ_PACKAGE_DNSD_CGI is not set
# FREETZ_PACKAGE_DOWNLOADER is not set
# FREETZ_PACKAGE_NFSD_CGI is not set
# FREETZ_PACKAGE_ONLINECHANGED_CGI is not set
# FREETZ_PACKAGE_PHPXMAIL is not set
# FREETZ_PACKAGE_PPP_CGI is not set
# FREETZ_PACKAGE_RRDSTATS is not set
# FREETZ_PACKAGE_SPINDOWN_CGI is not set
FREETZ_PACKAGE_SYSLOGD_CGI=y
# FREETZ_PACKAGE_TRANSMISSION_CGI is not set
# FREETZ_PACKAGE_VIRTUALIP_CGI is not set
# FREETZ_PACKAGE_VNSTAT_CGI is not set
# FREETZ_PACKAGE_WOL_CGI is not set
# FREETZ_SHOW_UNSTABLE_PACKAGES is not set
FREETZ_PACKAGE_MOD=y
FREETZ_PACKAGE_MOD_ETCSERVICES=y
FREETZ_PACKAGE_MODCGI=y

#
# Advanced options
#
# FREETZ_DL_OVERRIDE is not set
FREETZ_DL_KERNEL_SITE="@AVM/fritz.box/fritzbox.fon_wlan_7170/x_misc/opensrc"
FREETZ_DL_KERNEL_SOURCE="fritzbox7170-source-files-04.87.tar.gz"
FREETZ_DL_KERNEL_SOURCE_MD5="cad33bda041910e2aae01f027465162b"
FREETZ_DL_SITE="@AVM/fritz.box/fritzbox.fon_wlan_7170/firmware/deutsch"
FREETZ_DL_SOURCE="FRITZ.Box_Fon_WLAN_7170.29.04.87.image"
FREETZ_DL_SOURCE_MD5="2442ffb2be983cdd0b4b4ceaa6825f4d"

#
# Build system options
#
FREETZ_VERBOSITY_LEVEL=0
FREETZ_JLEVEL=2
FREETZ_CHECK_CHANGED=y
# FREETZ_BACKUP_CONFIG_CACHE is not set
FREETZ_DL_SITE_USER=""

#
# Freetz customisation
#
FREETZ_OPTIONS_ETCSERVICES=y
FREETZ_SECURITY_LEVEL=1
FREETZ_STYLE_COLORED=y
# FREETZ_STYLE_GREY is not set
FREETZ_STYLE="colored"
FREETZ_FAVICON_NONE=y
# FREETZ_FAVICON_ATOMPHIL is not set
# FREETZ_FAVICON_CUMA is not set
# FREETZ_FAVICON_DSL123 is not set
# FREETZ_FAVICON_HANSOLO is not set
FREETZ_FAVICON_STRING="none"
FREETZ_TAGGING_NONE=y
# FREETZ_TAGGING_CUMA is not set
FREETZ_TAGGING_STRING="none"

#
# Additional image/box information
#
FREETZ_SUBVERSION_STRING=y
# FREETZ_DEVELOPER_VERSION_STRING is not set
FREETZ_USER_DEFINED_COMMENT=""
# FREETZ_CUSTOM_IMAGE_NAME is not set
# FREETZ_REMOVE_BOX_INFO is not set
# FREETZ_REMOVE_FREETZ_INFO is not set
# FREETZ_REMOVE_DOT_CONFIG is not set
FREETZ_CREATE_SEPARATE_OPTIONS_CFG=y
# FREETZ_SQUASHFS_BLOCKSIZE_ORIG is not set
FREETZ_SQUASHFS_BLOCKSIZE_65536=y
# FREETZ_SQUASHFS_BLOCKSIZE_131072 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_262144 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_524288 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_1048576 is not set

#
# Kernel modules
#

#
# block
#

#
# ndas
#
# FREETZ_MODULE_ndas_block is not set
# FREETZ_MODULE_ndas_core is not set
# FREETZ_MODULE_ndas_sal is not set

#
# crypto
#
# FREETZ_MODULE_aes is not set
# FREETZ_MODULE_arc4 is not set
# FREETZ_MODULE_sha1 is not set
# FREETZ_MODULE_sha256 is not set

#
# drivers
#
# FREETZ_MODULE_loop is not set
# FREETZ_MODULE_nbd is not set
# FREETZ_MODULE_cdrom is not set
# FREETZ_MODULE_capiconn is not set
# FREETZ_MODULE_nand is not set
# FREETZ_MODULE_ohio_nand is not set
# FREETZ_MODULE_dummy is not set
# FREETZ_MODULE_ppp_async is not set
# FREETZ_MODULE_ppp_deflate is not set
# FREETZ_MODULE_ppp_generic is not set
# FREETZ_MODULE_pppoe is not set
# FREETZ_MODULE_pppox is not set
# FREETZ_MODULE_ppp_mppe_mppc is not set
# FREETZ_MODULE_scsi_mod is not set
# FREETZ_MODULE_sd_mod is not set
# FREETZ_MODULE_sg is not set
# FREETZ_MODULE_sr_mod is not set
# FREETZ_MODULE_slhc is not set
# FREETZ_MODULE_usblp is not set
# FREETZ_MODULE_usb_storage is not set
# FREETZ_MODULE_usbmon is not set
# FREETZ_MODULE_usbip is not set
# FREETZ_MODULE_usbip_common_mod is not set
# FREETZ_MODULE_usbserial is not set
# FREETZ_MODULE_ipaq is not set
# FREETZ_MODULE_cp2101 is not set
# FREETZ_MODULE_pl2303 is not set
# FREETZ_MODULE_ftdi_sio is not set
# FREETZ_MODULE_hci_usb is not set
# FREETZ_MODULE_bfusb is not set
# FREETZ_MODULE_firmware_class is not set
# FREETZ_MODULE_dm_mod is not set
# FREETZ_MODULE_dm_crypt is not set
# FREETZ_MODULE_option is not set

#
# fs
#
# FREETZ_MODULE_autofs4 is not set
# FREETZ_MODULE_cifs is not set
# FREETZ_MODULE_coda is not set
# FREETZ_MODULE_ext2 is not set
# FREETZ_MODULE_ext3 is not set
# FREETZ_MODULE_fat is not set
# FREETZ_MODULE_hfs is not set
# FREETZ_MODULE_hfsplus is not set
# FREETZ_MODULE_fuse is not set
# FREETZ_MODULE_iso9660 is not set
# FREETZ_MODULE_jbd is not set
# FREETZ_MODULE_lockd is not set
# FREETZ_MODULE_mini_fo is not set
# FREETZ_MODULE_minix is not set
# FREETZ_MODULE_nfsd is not set
# FREETZ_MODULE_exportfs is not set
# FREETZ_MODULE_nfs is not set
# FREETZ_MODULE_nls_cp437 is not set
# FREETZ_MODULE_nls_cp852 is not set
# FREETZ_MODULE_nls_iso8859_15 is not set
# FREETZ_MODULE_nls_iso8859_1 is not set
# FREETZ_MODULE_nls_utf8 is not set
# FREETZ_MODULE_ntfs is not set
# FREETZ_MODULE_reiserfs is not set
# FREETZ_MODULE_smbfs is not set
# FREETZ_MODULE_udf is not set
# FREETZ_MODULE_unionfs is not set
# FREETZ_MODULE_vfat is not set
# FREETZ_MODULE_msdos is not set
# FREETZ_MODULE_jffs2 is not set
# FREETZ_MODULE_mbcache is not set

#
# lib
#
# FREETZ_MODULE_crc_ccitt is not set
# FREETZ_MODULE_lzo_compress is not set
# FREETZ_MODULE_lzo_decompress is not set

#
# net
#
# FREETZ_MODULE_bluetooth is not set
# FREETZ_MODULE_bnep is not set
# FREETZ_MODULE_cls_u32 is not set
# FREETZ_MODULE_l2cap is not set

#
# network scheduler
#
# FREETZ_MODULE_sch_cbq is not set
# FREETZ_MODULE_sch_htb is not set
# FREETZ_MODULE_sch_llq is not set
# FREETZ_MODULE_sch_sfq is not set
# FREETZ_MODULE_sch_tbf is not set
# FREETZ_MODULE_rfcomm is not set
# FREETZ_MODULE_sunrpc is not set

#
# BusyBox options
#
# FREETZ_BUSYBOX_AR is not set
# FREETZ_BUSYBOX_BRCTL is not set
FREETZ_BUSYBOX_BLKID=y
FREETZ_BUSYBOX_BLKID_TYPE=y
# FREETZ_BUSYBOX_BZIP2 is not set
# FREETZ_BUSYBOX_CHGRP is not set
# FREETZ_BUSYBOX_FEATURE_DD_IBS_OBS is not set
# FREETZ_BUSYBOX_FINDFS is not set
# FREETZ_BUSYBOX_DNSD is not set
# FREETZ_BUSYBOX_DIFF is not set
# FREETZ_BUSYBOX_DOS2UNIX is not set
FREETZ_BUSYBOX_ETHER_WAKE=y
# FREETZ_BUSYBOX_FAKEIDENTD is not set
# FREETZ_BUSYBOX_FANCY_KEYS is not set
# FREETZ_BUSYBOX_FUSER is not set
FREETZ_BUSYBOX_INETD=y
# FREETZ_BUSYBOX_IP is not set
# FREETZ_BUSYBOX_LAST is not set
# FREETZ_BUSYBOX_LESS is not set
# FREETZ_BUSYBOX_LONG_OPTS is not set
# FREETZ_BUSYBOX_LS_COLOR is not set
FREETZ_BUSYBOX_MD5SUM=y
# FREETZ_BUSYBOX_MDEV is not set
# FREETZ_BUSYBOX_MODINFO is not set
# FREETZ_BUSYBOX_MOUNT_HELPERS is not set
# FREETZ_BUSYBOX_MOUNT_LABEL is not set
# FREETZ_BUSYBOX_NICE is not set
# FREETZ_BUSYBOX_PATCH is not set
# FREETZ_BUSYBOX_PSCAN is not set
FREETZ_BUSYBOX_REALPATH=y
# FREETZ_BUSYBOX_RENICE is not set
# FREETZ_BUSYBOX_SEQ is not set
# FREETZ_BUSYBOX_SHA1SUM is not set
# FREETZ_BUSYBOX_SPLIT is not set
# FREETZ_BUSYBOX_START_STOP_DAEMON is not set
FREETZ_BUSYBOX_STUN_IP=y
# FREETZ_BUSYBOX_TAC is not set
# FREETZ_BUSYBOX_TAR_OLDGNU_COMPATIBILITY is not set
# FREETZ_BUSYBOX_UDHCPC is not set
# FREETZ_BUSYBOX_UDHCPD is not set
# FREETZ_BUSYBOX_UNIX2DOS is not set
# FREETZ_BUSYBOX_UNZIP is not set
# FREETZ_BUSYBOX_FEATURE_USERNAME_COMPLETION is not set
FREETZ_BUSYBOX_VOLUMEID=y
# FREETZ_BUSYBOX_VOLUMEID_EXT is not set
# FREETZ_BUSYBOX_VOLUMEID_FAT is not set
# FREETZ_BUSYBOX_VOLUMEID_HFS is not set
# FREETZ_BUSYBOX_VOLUMEID_LINUXSWAP is not set
# FREETZ_BUSYBOX_VOLUMEID_NTFS is not set
# FREETZ_BUSYBOX_VOLUMEID_REISERFS is not set
FREETZ_BUSYBOX_WGET=y
# FREETZ_BUSYBOX_WHO is not set
# FREETZ_BUSYBOX_WHOAMI is not set

#
# Shared libraries
#
# FREETZ_STRIP_LIBRARIES is not set
# FREETZ_REPLACE_SSL_LIBS is not set

#
# Libraries -------------------------------
#

#
# C++
#
# FREETZ_LIB_STDCXXLIB is not set
# FREETZ_LIB_STDCXXLIB_WITH_WCHAR is not set
# FREETZ_LIB_libstdc__ is not set
# FREETZ_LIB_libuClibc__ is not set

#
# Crypto & SSL
#

#
# Math -----------------------------------
#
# FREETZ_LIB_libgmp is not set
# FREETZ_LIB_libmpfr is not set
# FREETZ_LIB_libmpc is not set

#
# GnuPG ----------------------------------
#
# FREETZ_LIB_libgpg_error is not set
# FREETZ_LIB_libgcrypt is not set

#
# SSL ------------------------------------
#
# FREETZ_LIB_libcyassl is not set
# FREETZ_LIB_libmatrixssl is not set
# FREETZ_LIB_libpolarssl is not set
# FREETZ_LIB_libcrypto is not set

#
# GnuTLS ---------------------------------
#
# FREETZ_LIB_libgnutls is not set
# FREETZ_LIB_libtasn1 is not set

#
# Data compression
#
# FREETZ_LIB_liblzo2 is not set
# FREETZ_LIB_libz is not set

#
# e2fsprogs libraries
#
# FREETZ_LIB_libblkid is not set
# FREETZ_LIB_libcom_err is not set
# FREETZ_LIB_libe2p is not set
# FREETZ_LIB_libext2fs is not set
# FREETZ_LIB_libss is not set
# FREETZ_LIB_libuuid is not set

#
# GLib
#
# FREETZ_LIB_libglib_1 is not set
# FREETZ_LIB_libglib_2 is not set
# FREETZ_LIB_libgio_2 is not set
# FREETZ_LIB_libgobject_2 is not set
# FREETZ_LIB_libgmodule_2 is not set
# FREETZ_LIB_libgthread_2 is not set

#
# Graphics & fonts
#
# FREETZ_LIB_libfreetype is not set
# FREETZ_LIB_libart_lgpl_2 is not set
# FREETZ_LIB_libexif is not set
# FREETZ_LIB_libjpeg is not set
# FREETZ_LIB_libpng12 is not set
# FREETZ_LIB_libgd is not set
# FREETZ_LIB_libopenjpeg is not set
# FREETZ_LIB_libnetpbm is not set

#
# Multimedia
#

#
# FFmpeg libraries
#
# FREETZ_LIB_libavcodec is not set
# FREETZ_LIB_libavdevice is not set
# FREETZ_LIB_libavformat is not set
# FREETZ_LIB_libavutil is not set
# FREETZ_LIB_libpostproc is not set

#
# Ogg/Vorbis
#
# FREETZ_LIB_libogg is not set
# FREETZ_LIB_libvorbis is not set
# FREETZ_LIB_libvorbisenc is not set
# FREETZ_LIB_libvorbisfile is not set
# FREETZ_LIB_libFLAC is not set
# FREETZ_LIB_libid3tag is not set
# FREETZ_LIB_libmad is not set
# FREETZ_LIB_libtag is not set

#
# ncurses
#
# FREETZ_LIB_libncurses is not set

#
# terminfo database
#

#
# Select terminfo database entries to install (see help of 'Show all items')
#
# FREETZ_SHARE_terminfo is not set
# FREETZ_LIB_libform is not set
# FREETZ_LIB_libmenu is not set
# FREETZ_LIB_libpanel is not set

#
# Readline
#
# FREETZ_LIB_libreadline is not set
# FREETZ_LIB_libhistory is not set

#
# uClibc
#
FREETZ_LIB_ld_uClibc=y
FREETZ_LIB_libcrypt=y
FREETZ_LIB_libdl=y
FREETZ_LIB_libm=y
FREETZ_LIB_libnsl=y
FREETZ_LIB_libpthread=y
# FREETZ_LIB_libresolv is not set
FREETZ_LIB_librt=y
# FREETZ_LIB_libthread_db is not set
FREETZ_LIB_libuClibc=y
# FREETZ_LIB_libutil is not set

#
# XML/XSLT
#
# FREETZ_LIB_libexpat is not set
# FREETZ_LIB_libxml2 is not set
# FREETZ_LIB_libxslt is not set
# FREETZ_LIB_libexslt is not set
# FREETZ_LIB_libapr is not set
# FREETZ_LIB_libaprutil is not set
# FREETZ_LIB_libdb is not set
# FREETZ_LIB_libbluetooth is not set
# FREETZ_LIB_libcapi20 is not set
FREETZ_LIB_libgcc_s=y
# FREETZ_LIB_libconfig is not set
# FREETZ_LIB_libcurl is not set
# FREETZ_LIB_libdaemon is not set
# FREETZ_LIB_libdevmapper is not set
# FREETZ_LIB_libdnet is not set
# FREETZ_LIB_libelf is not set
# FREETZ_LIB_libevent is not set
# FREETZ_LIB_libffi is not set
# FREETZ_LIB_libftdi is not set
FREETZ_LIB_libfreetz=y
# FREETZ_LIB_libfuse is not set
# FREETZ_LIB_libiconv is not set
# FREETZ_LIB_libintl is not set
# FREETZ_LIB_libjs is not set
# FREETZ_LIB_libltdl is not set
# FREETZ_LIB_liblua is not set
# FREETZ_LIB_libneon is not set
# FREETZ_LIB_libnet is not set
# FREETZ_LIB_libntfs is not set
# FREETZ_LIB_libopenobex is not set
# FREETZ_LIB_liboping is not set
# FREETZ_LIB_libosip2 is not set
# FREETZ_LIB_libosipparser2 is not set
# FREETZ_LIB_libpcap is not set
# FREETZ_LIB_libpcre is not set
# FREETZ_LIB_libpcreposix is not set
# FREETZ_LIB_libpopt is not set
# FREETZ_LIB_librrd is not set
# FREETZ_LIB_librrd_th is not set
# FREETZ_LIB_libslang is not set
# FREETZ_LIB_libsqlite3 is not set
# FREETZ_LIB_libsynce is not set
# FREETZ_LIB_libsysfs is not set
# FREETZ_LIB_libusb is not set
# FREETZ_LIB_libusb_1 is not set
# FREETZ_LIB_libatm is not set
# FREETZ_LIB_libwx_baseu is not set

#
# External
#
# EXTERNAL_ENABLED is not set
FREETZ_TARGET_ARCH_LE=y
FREETZ_TARGET_ARCH="mipsel"
FREETZ_TARGET_CROSS="mipsel-linux-uclibc-"
FREETZ_TARGET_MAKE_PATH="toolchain/target/bin"
FREETZ_KERNEL_CROSS="mipsel-unknown-linux-gnu-"
FREETZ_KERNEL_MAKE_PATH="toolchain/kernel/bin"

#
# Toolchain options
#
FREETZ_DOWNLOAD_TOOLCHAIN=y
# FREETZ_BUILD_TOOLCHAIN is not set
FREETZ_KERNEL_VERSION_2_6_13_1=y
# FREETZ_KERNEL_VERSION_2_6_19_2 is not set
# FREETZ_KERNEL_VERSION_2_6_28 is not set
# FREETZ_KERNEL_VERSION_2_6_32 is not set
FREETZ_KERNEL_VERSION="2.6.13.1"
FREETZ_KERNEL_LAYOUT_OHIO=y
FREETZ_KERNEL_LAYOUT="ohio"
# FREETZ_UCLIBC_0_9_28_BASED_BOX is not set
FREETZ_UCLIBC_0_9_29_BASED_BOX=y
# FREETZ_UCLIBC_0_9_30_BASED_BOX is not set
# FREETZ_UCLIBC_0_9_31_BASED_BOX is not set

#
# Kernel toolchain options ----------------------------------
#
FREETZ_KERNEL_COMPILER_GCC_3_4_6=y
# FREETZ_KERNEL_COMPILER_GCC_4_4_6 is not set
FREETZ_KERNEL_GCC_VERSION="3.4.6"
FREETZ_KERNEL_BINUTILS_VERSION="2.18"

#
# Target toolchain options ----------------------------------
#
# FREETZ_TARGET_UCLIBC_VERSION_0_9_28 is not set
FREETZ_TARGET_UCLIBC_VERSION_0_9_29=y
# FREETZ_TARGET_UCLIBC_VERSION_0_9_30 is not set
# FREETZ_TARGET_UCLIBC_VERSION_0_9_31 is not set
# FREETZ_TARGET_UCLIBC_VERSION_0_9_32 is not set
FREETZ_TARGET_COMPILER_GCC_4_4_6=y
# FREETZ_TARGET_COMPILER_GCC_4_5_3 is not set
# FREETZ_TARGET_COMPILER_GCC_4_6_1 is not set
FREETZ_STDCXXLIB_USE_UCLIBCXX=y
# FREETZ_STDCXXLIB_USE_GNULIBSTDCXX is not set
FREETZ_TARGET_UCLIBC_VERSION="0.9.29"
FREETZ_TARGET_GCC_VERSION="4.4.6"
FREETZ_GNULIBSTDCXX_VERSION="6.0.13"
FREETZ_STDCXXLIB="uclibcxx"
FREETZ_TARGET_BINUTILS_VERSION="2.21.52.0.2"
FREETZ_TARGET_UCLIBC_REF="mod"
FREETZ_TARGET_CFLAGS="-Os -pipe -Wa,--trap"
# FREETZ_TARGET_UCLIBC_REDUCED_LOCALE_SET is not set
# FREETZ_TARGET_NLS is not set
FREETZ_TARGET_LFS=y
# FREETZ_TARGET_TOOLCHAIN is not set

#
# Both kernel and target toolchain related options ----------
#
# FREETZ_STATIC_TOOLCHAIN is not set
FREETZ_TOOLCHAIN_MINIMIZE_REQUIRED_GLIBC_VERSION=y
# FREETZ_BUILD_32BIT_TOOLCHAIN is not set
# FREETZ_TARGET_CCACHE is not set

Da werde ich in Usb & co noch ein wenig nachrüsten müssen.
Aber ich wollte nur erst mal ein minimal - Image zum laufen bringen.

Da ich mit dem Teil nicht telefonieren will, kann ich die Voice files auch ausmisten? dgl. auch die Hilfeseiten?
Wollte wohl gerne die IPV6 Funktion aktivieren um den Router für die Zukunft zu rüsten.
 
Zuletzt bearbeitet von einem Moderator:
Nun muss ich nur noch herausfinden, wie ich das oben gelieferte Makefile in die Box oder auf den Stick installiert bekomme.
Das Makefile wird nicht auf der Box oder auf dem Stick installiert. Mit dem Makefile und deinem Build-System, kannst Du die binaries für open2300 kompilieren, die Du dann auf deine Box kopieren musst. Oder Du erstellst ein Freetz-Paket für open2300, mit dem Makefile als ein Teil dieses Paketes.
 
Äh das bedeutet, ich muss die Standard .config gegen da o.g. makefile austauschen und erhalte dann binaries in einer firmware verpackt und schiebe diese dann per update zusätzlich auf die Box? Vielleicht eine dämliche Frage , aber vorher hat das die NSLU übernommen, wo alles was ich brauchte installiert habe (IPKG sei dank) auch Anwendungen compiliert wurden.
Da wäre noch ein Problem, wenn die config. dist von open 2300 beim make 'n erzeugt wird, muss ich diese zwingend hinterher editieren um alle nötigen Parameter für die Dienstprogramme zu setzen.
Paket erstellen muss ich mal wieder die howtos bemühen.
 
Äh das bedeutet, ich muss die Standard .config gegen da o.g. makefile austauschen und erhalte dann binaries in einer firmware verpackt und schiebe diese dann per update zusätzlich auf die Box?
Nein. Schau dir mal einige Freetz-Pakete in deinem Build-System an.
... , aber vorher hat das die NSLU übernommen, wo alles was ich brauchte installiert habe (IPKG sei dank) auch Anwendungen compiliert wurden.
Keine Ahnung. Ich kenne NSLU nicht.
..., wenn die config. dist von open 2300 beim make 'n erzeugt wird, muss ich diese zwingend hinterher editieren um alle nötigen Parameter für die Dienstprogramme zu setzen.
config. dist kenne ich auch nicht. Aber ich denke ja, die muss editiert werden. Sollte aber kein Problem sein.
 
Kurz zur Nslu - ist ein kleiner Mediaserver von Cisco dessen Firmware so verhauen wurde, das alles über den angeschlossenen Massenspeicher ablief und nicht im mickrigen internen Flash. Die Oberfläche geringfügig anders aber alles andere wurde dann sozusagen nur durch links auf die Platte /Stick gespiegelt.
Musst daher meine krummen Gedankengänge entschuldigen -bin nicht mehr der jüngste.

config.dist wird beim make erzeugt muss angepasst und wieder eingespielt werden, hast recht, kann ich auch aus dem Image holen bearbeiten , umbenennen und wieder hineinkopieren.

alsoo Pakete bauen

aaber log 2300 erzeugt unter Missachtung nach ca 1Jahr mörderisch große Dateien so ca 20-30Mb groß, die sollten doch auf dem Stick landen bevor mir die Kiste wegen Speichemangel abstürzt
 
So beim Paketbauen bin ich leider ins straucheln geraten.
Bis jetzt gemacht:
Per FTP ins Freetzverzeichnis, dann in den make Ordner und einen Ordner namens open2300 erstellt.
Im Ordner open2300 eine Datei erstellt namens open2300.mk und die Datei damit gefüllt:

Code:
$(call PKG_INIT_BIN, 1.10)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_MD5:=4405949ffec0306405436e5e096ced8f
$(PKG)_SITE:=@SF/$(pkg)
$(PKG)_BINARIES:=$(pkg) bin2300 cw2300 dump2300 fetch2300 histlog2300 \
history2300 interval2300 light2300 log2300 minmax2300 wu2300 xml2300
$(PKG)_BINARIES_BUILD_DIR:=$($(PKG)_BINARIES:%=$($(PKG)_DIR)/%)
$(PKG)_BINARIES_TARGET_DIR:=$($(PKG)_BINARIES:%=$($(PKG)_DEST_DIR)/usr/bin/%)

$(PKG_SOURCE_DOWNLOAD)
$(PKG_UNPACKED)
$(PKG_CONFIGURED_NOP)

$($(PKG)_BINARIES_BUILD_DIR): $($(PKG)_DIR)/.configured
	$(SUBMAKE) -C $(OPEN2300_DIR) \
		CC="$(TARGET_CC)" \
		CFLAGS="$(TARGET_CFLAGS) -DVERSION="1.10" "

$($(PKG)_BINARIES_TARGET_DIR): $($(PKG)_DEST_DIR)/usr/bin/%: $($(PKG)_DIR)/%
	$(INSTALL_BINARY_STRIP)

$(pkg):

$(pkg)-precompiled: $($(PKG)_BINARIES_TARGET_DIR)

$(pkg)-clean:
	-$(SUBMAKE) -C $(OPEN2300_DIR) clean
	$(RM) $(OPEN2300_DIR)/.configured

$(pkg)-uninstall:
	$(RM) $(OPEN2300_BINARIES_TARGET_DIR)

$(PKG_FINISH)

ist bis jetzt alles richtig?
Dann wo bleibe ich mit den Übrigen Codezeilen? evtl. open2300plugin.c?
Oder ist das direkt ausführbarer Code in der freetzlinuxconsole?

In einem anderen Beitrag war noch die Rede von einem open2300patch.txt ,wird der noch benötigt?

Beste Grüße
 
ist bis jetzt alles richtig?
Fast richtig. ;-)
Dann wo bleibe ich mit den Übrigen Codezeilen? evtl. open2300plugin.c?
Die kommen noch, wenn Du z. B. "make open2300-precompild" machst. Schau dann mal im source-Verzeichnis nach.
In einem anderen Beitrag war noch die Rede von einem open2300patch.txt ,wird der noch benötigt?
Nein, wird nicht mehr benötigt.
 
Hallo,

danke für die Führung im Compilierungswald :)

Fast richtig? Was fehlt noch?

"make open2300-precompild" habe ich im Haupt , im freetz, im make , und im open2300 Verzeichnis ausprobiert - findet leider keine Regel hmmm...

uund habe auf einmal nach dem Befehl: "svn checkout http://svn.freetz.org/branches/freetz-stable-1.2 freetz-stable-1.2" keine Berechtigung mehr... was vergurkt beim Verzeichniss oder Dateierstellen?
 
Im Paket, die Config.in bzw. die Dateien zum externalisieren (siehe ein Paket mit solchen Dateien) und die Eintragungen in den Dateien "make/Config.in" und "make/external.in" (zwecks Auswahl mit "make menuconfig").
"make open2300-precompild" habe ich im Haupt , im freetz, im make , und im open2300 Verzeichnis ausprobiert - findet leider keine Regel hmmm...
Ja, weil da ein Schreibfehler ist. Versuch mal:
Code:
make open2300-precompiled
 
Das hätte mir auch auffallen müssen - Dreckschreibefuhler so nen schiet....:mad:

Ok hab's gleich im freetz Verzeichniss eingegeben, voila -open2300 ist im Verzeichnis freetz-linux/home/freetz/freetz-stable-1.2/packages/target-mipsel_uClibc-0.9.29/open2300-1.10/root/usr dann gelandet.

Nun lasse ich mal make menueconfig drüber laufen mal schauen was passiert.

Das Paket ist noch nicht sichtbar... da muss wohl noch was passieren

Noch mal Danke!
 
Gibt es denn eine Anwendung welche die nötigen Einträge in die config.in & external .in hineinschreibt?
Oder muß ich das Make im open2300 Verzeichnis nun doch ausführen ist die .mk datei das Target?
 
Gibt es denn eine Anwendung welche die nötigen Einträge in die config.in & external .in hineinschreibt?
Wenn man den genauen Inhalt deiner make/Config.in und make/external.in kennen würde, könnte man einen Patch erstellen. Es geht aber schneller und einfacher, wenn Du diese Einträge manuell machst.
 

Statistik des Forums

Themen
246,786
Beiträge
2,257,489
Mitglieder
374,840
Neuestes Mitglied
lu386
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.