diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 06:30:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 06:30:03 +0200 |
commit | fd7056d4d7972e7374043a45140ba1093ac238bf (patch) | |
tree | 51b7c72fa4aa075f8192935a064c740ebfaca55e /package | |
parent | af627308d03a8ad945a105ba386003498a8ab4e6 (diff) |
linux-atm: add patch to simplify build
Diffstat (limited to 'package')
-rw-r--r-- | package/linux-atm/patches/patch-src_Makefile_am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/linux-atm/patches/patch-src_Makefile_am b/package/linux-atm/patches/patch-src_Makefile_am new file mode 100644 index 000000000..378b4ca16 --- /dev/null +++ b/package/linux-atm/patches/patch-src_Makefile_am @@ -0,0 +1,7 @@ +--- linux-atm-2.5.1.orig/src/Makefile.am 2009-08-03 22:36:56.000000000 +0200 ++++ linux-atm-2.5.1/src/Makefile.am 2020-09-14 15:09:51.650818873 +0200 +@@ -1,3 +1 @@ +-SUBDIRS = include lib test debug qgen q2931 saal sigd maint arpd ilmid man led lane \ +- mpoad oamd switch config extra br2684 +- ++SUBDIRS = include lib br2684ctl |