From a3563bcf26b53150ccf53ff66d5dd39b9d9de30b Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sun, 19 Apr 2020 18:35:08 +0000 Subject: [PATCH] add ar81xx.sys to IMG git-svn-id: svn://kolibrios.org@7811 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 9e3dde67c7..faac541ce7 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -483,6 +483,7 @@ tup.append_table(img_files, { {"NETWORK/VNCC", PROGS .. "/network/vncc/vncc"}, {"DRIVERS/VIDINTEL.SYS", "../drivers/video/vidintel.sys"}, {"DRIVERS/3C59X.SYS", "../drivers/ethernet/3c59x.sys"}, + {"DRIVERS/AR81XX.SYS", "../drivers/ethernet/ar81xx.sys"}, {"DRIVERS/DEC21X4X.SYS", "../drivers/ethernet/dec21x4x.sys"}, {"DRIVERS/FORCEDETH.SYS", "../drivers/ethernet/forcedeth.sys"}, {"DRIVERS/I8254X.SYS", "../drivers/ethernet/i8254x.sys"},