diff --git a/Makefile.defs b/Makefile.defs index 03fa4f4..3cec9fb 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -140,6 +140,7 @@ networkmanagervpnplugin = NetworkManager-vpnc NetworkManager-pptp knetworkmanagervpnplugin = plasma-applet-networkmanagement-vpnc plasma-applet-networkmanagement-pptp packagekitgui = kpackagekit +firewallgui = kcm_ufw ifdef PLATFORM include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs diff --git a/platforms/livecd-gnome-root/Makefile.defs b/platforms/livecd-gnome-root/Makefile.defs index d6baaba..a9dd47d 100644 --- a/platforms/livecd-gnome-root/Makefile.defs +++ b/platforms/livecd-gnome-root/Makefile.defs @@ -1 +1,2 @@ packagekitgui = gnome-packagekit +firewallgui = gui-ufw diff --git a/platforms/livecd-light-root/Makefile.defs b/platforms/livecd-light-root/Makefile.defs index d6baaba..a9dd47d 100644 --- a/platforms/livecd-light-root/Makefile.defs +++ b/platforms/livecd-light-root/Makefile.defs @@ -1 +1,2 @@ packagekitgui = gnome-packagekit +firewallgui = gui-ufw