diff options
author | wdenk | 2005-05-30 23:55:42 +0000 |
---|---|---|
committer | wdenk | 2005-05-30 23:55:42 +0000 |
commit | ba91e26a1923dfc703d4b96ae9428067b7447ff2 (patch) | |
tree | e7a9fe997185c6ff44f39dc1d7a1539dbde5d507 /Makefile | |
parent | 2eab48f511b5445383009131c64141800720eb5e (diff) |
Patch by Juergen Selent, 17 May 2005:
Add support for Funkwerk VoVPN gateway module.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1152,6 +1152,11 @@ TQM8265_AA_config: unconfig fi @./mkconfig -a TQM8260 ppc mpc8260 tqm8260 +VoVPN-GW_66MHz_config \ +VoVPN-GW_100MHz_config: unconfig + @echo "#define CONFIG_CLKIN_$(word 2,$(subst _, ,$@))" > include/config.h + @./mkconfig -a VoVPN-GW ppc mpc8260 vovpn-gw funkwerk + ZPC1900_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 zpc1900 |