Skip to content

Commit 47a6f63

Browse files
committed
add hotplug_e2_helper
extra git and extra ipk no longer needed
1 parent 96d5e27 commit 47a6f63

File tree

5 files changed

+616
-1
lines changed

5 files changed

+616
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = include lib main data po tools
1+
SUBDIRS = include lib main data po tools hotplug
22

33
ACLOCAL_AMFLAGS = -I m4
44

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ po/Makefile
982982
main/Makefile
983983
tools/Makefile
984984
tools/enigma2.sh
985+
hotplug/Makefile
985986
enigma2.pc
986987
])
987988
AC_OUTPUT

hotplug/Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bin_PROGRAMS = hotplug_e2_helper bdpoll
2+
3+
hotplug_e2_helper_SOURCES = hotplug.c
4+
5+
bdpoll_SOURCES = bdpoll.c

0 commit comments

Comments
 (0)