also build standalone version for HBF vWii

This commit is contained in:
Christopher Roy Bratusek 2013-01-01 11:55:43 +01:00
parent 198774d7b8
commit 69e7cf084e
3 changed files with 41 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<name>HomebrewFilter Installer</name>
<coder>Nano</coder>
<version>rev41</version>
<ahb_access/>
<short_description>HBF Installer</short_description>
<long_description>Installs The HomebrewFilter
Changes in rev41:
//rev41:
- fixed auto-connecting Internet via WiFi
- fixed video initialization problem at PAL 50Hz
- fixed categorizing apps from SD Gecko
- removed remaining references to HBC
- basic support for WifiGecko
* most messages are shown via WifiGecko. Those that are
sent prior to network initialization will be missing
* option to en/disable WifiGecko (settings->network)
* no option yet to change IP and Port, currently sending
to 192.168.1.4:4405 (you change your PCs IP from Router
configuration interface)
- support for SDCardGecko (not SD Gecko!)
* saves debug messages to SD:/config/HBF/debug.txt
* endless logging, different logs are split with an
"HBF Log (YYYY-MM-DD / HH:MM:SS)" message. HBF never
deletes the logfile on it's own.
Note: ** Gecko priority:
1. SD Card Gecko
2. Wifi Gecko
3. USB Gecko
if SD Card Gecko is enabled, there's no messages
send via Wifi or USB and so on. By default HBF
tries to connect to USB Gecko.
</long_description>
</app>

View File

@ -1,5 +1,5 @@
all:
@echo either use "make compile_installer" or "make compile_installer_vwii"
@echo either use "make dist" or "make dist_vwii"
REV=$(shell grep define svnrev/svnrev.c | gawk '{print $$3}')
@ -9,6 +9,7 @@ dist: compile_installer
dist_vwii: compile_installer_vwii
@tar cfj HomebrewFilter-vWii-rev$(REV).tar.bz2 HomebrewFilter.vWii/
@tar cfj HomebrewFilter-vWii-Standalone-rev$(REV).tar.bz2 HomebrewFilter.vWii.Standalone/
clean:
@make -C main clean
@ -54,6 +55,7 @@ compile_hbf_vwii: clean_vwii
compile_boot_vwii: compile_hbf_vwii
@make -C boot
@cp boot/hbf_boot.dol HomebrewFilter.vWii.Standalone/boot.dol
@cp boot/hbf_boot.dol installer/wad.vwii/00000002.app
compile_installer_vwii: compile_boot_vwii