diff --git a/.gitignore b/.gitignore index 2dce315..99e4607 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/.DS_Store **/*.adf **/*.s +**/*.uaem diff --git a/A1200PlusNetworkDriver.readme b/A1200PlusNetworkDriver.readme index 6098ad2..c24374b 100644 --- a/A1200PlusNetworkDriver.readme +++ b/A1200PlusNetworkDriver.readme @@ -23,7 +23,7 @@ DESCRIPTION: INSTALLATION: - Execute the installer script from Workbench or copy all files manually: + Execute the Amiga installer script from Workbench or copy all files manually: network/ksz8851.device.020 => devs:networks/ksz8851.device ksz8851.config => envarc:sana2/ + env:sana2/ diff --git a/DistributionTemplate/Folder.info b/DistributionTemplate/Folder.info index caa27d9..23a2ce6 100644 Binary files a/DistributionTemplate/Folder.info and b/DistributionTemplate/Folder.info differ diff --git a/DistributionTemplate/Install b/DistributionTemplate/Install index 69eadb1..5bc826f 100644 --- a/DistributionTemplate/Install +++ b/DistributionTemplate/Install @@ -17,7 +17,9 @@ (set #msg-final-installed (cat "Installation complete!\n\n" - "ksz8851 device driver 1.0 is on your system!\n\nMay the force be with you! :-)\n" + "The Amiga1200Plus network driver ('ksz8851.device') is installed successfully! " + "You can now use the driver with your preferred TCP stack." + "\n\nMay the force be with you! :-)\n" ) ) @@ -28,7 +30,7 @@ )) (set #intro (cat "\nAmiga1200 Plus Network Device Driver " #current_version - "\n====================================\n(c) 2019 Heiko Pruessing\n" + "\n========================================\n(c) 2020 Heiko Pruessing\n\n" "Welcome to the installation program of Amiga1200 Plus network device driver ('ksz8851.device'). " "Use this tool to install the device driver on your Amiga system or to update a previously installed release.") ) diff --git a/DistributionTemplate/network.info b/DistributionTemplate/network.info index 1d0cb90..d258c62 100644 Binary files a/DistributionTemplate/network.info and b/DistributionTemplate/network.info differ diff --git a/tools/create_lha_distribution.sh b/tools/create_lha_distribution.sh index 742d134..f27c91c 100755 --- a/tools/create_lha_distribution.sh +++ b/tools/create_lha_distribution.sh @@ -14,7 +14,7 @@ cp KSZ8851/devicedriver/build/build-${ARCH}/ksz8851.device.${ARCH} ${DISTDIR}/ne mv ${DISTDIR}/Folder.info ${DISTDIR}.info cd ${DISTDIR}/.. -lha c --ignore-mac-files $1 ${DISTDIRNAME}* +lha c --ignore-mac-files -x *.uaem $1 ${DISTDIRNAME}* cd ../.. lha l $1 \ No newline at end of file