Skip to content

Commit eaba5c0

Browse files
author
Heiko Engel
committed
not installing udev rule
1 parent d429655 commit eaba5c0

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

patches/linux_uio/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ prepare: clean
1313

1414
install: all
1515
cp uio_pci_dma.ko /lib/modules/$(shell uname -r)/kernel/drivers/uio/
16-
install pda_sysfs.sh /etc/
17-
cp 99-pda.rules /etc/udev/rules.d/
16+
#install pda_sysfs.sh /etc/
17+
#cp 99-pda.rules /etc/udev/rules.d/
1818
depmod -a
1919

2020
rpminstall: all
2121
mkdir -p $(INSTALL_MOD_PATH)/lib/modules/$(shell uname -r)/kernel/drivers/uio/
2222
cp uio_pci_dma.ko $(INSTALL_MOD_PATH)/lib/modules/$(shell uname -r)/kernel/drivers/uio/
23-
mkdir -p $(INSTALL_MOD_PATH)/etc/
24-
install pda_sysfs.sh $(INSTALL_MOD_PATH)/etc/
25-
mkdir -p $(INSTALL_MOD_PATH)/etc/udev/rules.d/
26-
cp 99-pda.rules $(INSTALL_MOD_PATH)/etc/udev/rules.d/
23+
#mkdir -p $(INSTALL_MOD_PATH)/etc/
24+
#install pda_sysfs.sh $(INSTALL_MOD_PATH)/etc/
25+
#mkdir -p $(INSTALL_MOD_PATH)/etc/udev/rules.d/
26+
#cp 99-pda.rules $(INSTALL_MOD_PATH)/etc/udev/rules.d/
2727

2828
rpm: pack
2929
./configure --version

patches/linux_uio/pda_kadapter.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ make INSTALL_MOD_PATH=$RPM_BUILD_ROOT rpminstall
2828
%files
2929
%defattr(644,root,root,755)
3030
/lib/modules/%{UNAME}/kernel/drivers/uio/uio_pci_dma.ko
31-
/etc/pda_sysfs.sh
32-
/etc/udev/rules.d/99-pda.rules
3331

3432
%post
3533
/sbin/depmod -a
36-
chmod u+x /etc/pda_sysfs.sh

0 commit comments

Comments
 (0)